github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/internal/operator/orbiter/kinds/orb/current.go (about) 1 package orb 2 3 import ( 4 "github.com/caos/orbos/pkg/tree" 5 ) 6 7 type Current struct { 8 Common *tree.Common `yaml:",inline"` 9 Clusters map[string]*tree.Tree 10 Providers map[string]*tree.Tree 11 }