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

Commit 1dcf762

Browse files
Add fields
Signed-off-by: Darren Shepherd <darren@acorn.io>
1 parent 77bb877 commit 1dcf762

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pkg/apis/api.acorn.io/v1/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ func (in *App) GetRegion() string {
2626
return in.Status.Defaults.Region
2727
}
2828

29+
type Acornfile v1.AppSpec
30+
2931
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
3032

3133
type AppList struct {

pkg/labels/labels.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111

1212
const (
1313
Prefix = "acorn.io/"
14+
AcornAccountID = Prefix + "account-id"
1415
AcornAppGeneration = Prefix + "app-generation"
1516
AcornAppNamespace = Prefix + "app-namespace"
1617
AcornAppName = Prefix + "app-name"

0 commit comments

Comments
 (0)