Versions in this module Expand all Collapse all v1 v1.0.0 May 8, 2025 Changes in this version + var ErrClusterIDsAreNotUnique = fmt.Errorf(`cluster IDs are not unique`) + type Cluster struct + Status status.Status + func (c *Cluster) Init() error + type Clusters map[string]*Cluster + func (c *Clusters) UnmarshalYAML(unmarshal func(interface{}) error) error