Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Path string `json:"path" yaml:"path"` Clusters []Cluster `json:"clusters" yaml:"clusters"` }
func (Config) ClusterNames ¶
type Squadron ¶
type Squadron interface { Cluster(name string) (Cluster, bool) Exists(name string) bool UnitExists(ctx context.Context, squadron, cluster, fleet, name string, override bool) bool List() ([]string, error) ListUnits(ctx context.Context, squadron, cluster, fleet string, override bool) ([]string, error) UnitDirs(squadron string) []string GetFiles(squadron, cluster, fleet string, override bool) []string }
Click to show internal directories.
Click to hide internal directories.