Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
pkg/platform: add Managed field to Meta struct
Browse files Browse the repository at this point in the history
This field will be used to distinguished managed and self-hosted
platforms, as the cluster upgrade process will depend on this
information.

Refs #215 #216

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Mar 26, 2020
1 parent adf8a2a commit ae81f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/platform/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type Platform interface {
type Meta struct {
AssetDir string
ExpectedNodes int
Managed bool
}

// platforms is a collection where all platforms gets automatically registered
Expand Down

0 comments on commit ae81f38

Please sign in to comment.