diff --git a/pkg/platform/platform.go b/pkg/platform/platform.go index 0f2d237cf..4fe2ba7d0 100644 --- a/pkg/platform/platform.go +++ b/pkg/platform/platform.go @@ -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