Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetData ¶
func GetData(mc *ManagementCluster) ([]byte, error)
Types ¶
type ManagementCluster ¶
type ManagementCluster struct {
Installations installations.Installations `yaml:"installations,omitempty"`
CMC cmc.CMC `yaml:"cmc,omitempty"`
}
func GetManagementCluster ¶
func GetManagementCluster(data []byte) (*ManagementCluster, error)
func GetManagementClusterFromFile ¶
func GetManagementClusterFromFile(input string) (*ManagementCluster, error)
func (*ManagementCluster) Print ¶
func (mc *ManagementCluster) Print() error
Click to show internal directories.
Click to hide internal directories.