Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CloudConfigOption is the kubelet CLI option for the cloud configuration file CloudConfigOption = "cloud-config" // CloudProviderOption is the kubelet CLI option for cloud provider CloudProviderOption = "cloud-provider" // RenderedWorkerPrefix allows identification of the rendered worker MachineConfig, the combination of all worker // MachineConfigs. RenderedWorkerPrefix = "rendered-worker-" // CloudConfigPath is the path to the cloud config file as defined in ignition CloudConfigPath = "/etc/kubernetes/cloud.conf" // CloudConfigPath is the path to the ecr credential provider config as defined in ignition ECRCredentialProviderPath = "/etc/kubernetes/credential-providers/ecr-credential-provider.yaml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ignition ¶
type Ignition struct {
// contains filtered or unexported fields
}
Ignition is a representation of an Ignition resource
func (*Ignition) GetFiles ¶
func (ign *Ignition) GetFiles() []ignCfgTypes.File
GetFiles is a getter for the files embedded within the ignition spec
func (*Ignition) GetKubeletArgs ¶
GetKubeletArgs returns a set of arguments for kubelet.exe, as specified in the ignition file
func (*Ignition) GetKubeletCAData ¶
GetKubeletCAData is a getter for kubelet CA raw data
Click to show internal directories.
Click to hide internal directories.