Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudProviderBuilder ¶
type CloudProviderBuilder struct {
// contains filtered or unexported fields
}
CloudProviderBuilder builds a cloud provider from all the necessary parameters including the name of a cloud provider e.g. aws, gce and the path to a config file
func NewCloudProviderBuilder ¶
func NewCloudProviderBuilder(cloudProviderFlag string, cloudConfig string, clusterName string) CloudProviderBuilder
NewCloudProviderBuilder builds a new builder from static settings
func (CloudProviderBuilder) Build ¶
func (b CloudProviderBuilder) Build(discoveryOpts cloudprovider.NodeGroupDiscoveryOptions) cloudprovider.CloudProvider
Build a cloud provider from static settings contained in the builder and dynamic settings passed via args
Click to show internal directories.
Click to hide internal directories.