Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockStorageOpts ¶
type CloudConfig ¶
type CloudConfig struct { Global GlobalOpts LoadBalancer LoadBalancerOpts BlockStorage BlockStorageOpts }
func ForCluster ¶ added in v2.26.0
func ForCluster(cluster *kubermaticv1.Cluster, dc *kubermaticv1.Datacenter, credentials resources.Credentials) CloudConfig
func (*CloudConfig) String ¶ added in v2.26.0
func (c *CloudConfig) String() (string, error)
type GlobalOpts ¶
type LoadBalancerOpts ¶
type LoadBalancerOpts struct { UseOctavia *bool SubnetID string FloatingNetworkID string LBMethod string LBProvider string CreateMonitor bool MonitorDelay time.Duration MonitorTimeout time.Duration MonitorMaxRetries uint ManageSecurityGroups bool EnableIngressHostname *bool IngressHostnameSuffix *string }
Click to show internal directories.
Click to hide internal directories.