Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Add fields
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Shepherd <[email protected]>
  • Loading branch information
ibuildthecloud committed May 25, 2023
1 parent 77bb877 commit 1dcf762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/api.acorn.io/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ func (in *App) GetRegion() string {
return in.Status.Defaults.Region
}

type Acornfile v1.AppSpec

// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

type AppList struct {
Expand Down
1 change: 1 addition & 0 deletions pkg/labels/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

const (
Prefix = "acorn.io/"
AcornAccountID = Prefix + "account-id"
AcornAppGeneration = Prefix + "app-generation"
AcornAppNamespace = Prefix + "app-namespace"
AcornAppName = Prefix + "app-name"
Expand Down

0 comments on commit 1dcf762

Please sign in to comment.