Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudConfig ¶
type CloudConfig struct { // Kubeconfig used to connect to the cluster that runs KubeVirt Kubeconfig string `yaml:"kubeconfig"` // Namespace used in KubeVirt cloud-controller-manager as infra cluster namespace. Namespace string `yaml:"namespace"` }
func ForCluster ¶
func ForCluster(cluster *kubermaticv1.Cluster, dc *kubermaticv1.Datacenter) CloudConfig
func (*CloudConfig) String ¶
func (c *CloudConfig) String() (string, error)
Click to show internal directories.
Click to hide internal directories.