Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrapper ¶
Bootstrapper can be implemented to generate a bootstrap script that uses the params from the Bootstrap type for a specific bootstrapping method.
type ProvisionClientBootstrap ¶
type ProvisionClientBootstrap struct { ClusterName string KubeletConfig *bootstrap.KubeletConfiguration Taints []v1.Taint `hash:"set"` StartupTaints []v1.Taint `hash:"set"` Labels map[string]string `hash:"set"` SubnetID string Arch string SubscriptionID string ClusterResourceGroup string ResourceGroup string KubeletClientTLSBootstrapToken string KubernetesVersion string ImageDistro string IsWindows bool InstanceType *cloudprovider.InstanceType StorageProfile string ImageFamily string }
func (ProvisionClientBootstrap) GetCustomDataAndCSE ¶
nolint gocyclo - will be refactored later
Click to show internal directories.
Click to hide internal directories.