Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvUserDataRequest names the environment variable containing // the user data request. EnvUserDataRequest = "MACHINE_CONTROLLER_USER_DATA_REQUEST" // EnvPluginDir names the environment variable containing // a user defined location of the plugins. EnvPluginDir = "MACHINE_CONTROLLER_USERDATA_PLUGIN_DIR" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Err string
}
ErrorResponse contains a single responded error.
type UserDataRequest ¶
type UserDataRequest struct { MachineSpec clusterv1alpha1.MachineSpec Kubeconfig *clientcmdapi.Config CloudProviderName string CloudConfig string DNSIPs []net.IP ExternalCloudProvider bool HTTPProxy string NoProxy string InsecureRegistries []string RegistryMirrors []string PauseImage string HyperkubeImage string KubeletRepository string KubeletFeatureGates map[string]bool }
UserDataRequest requests user data with the given arguments.
type UserDataResponse ¶
UserDataResponse contains the responded user data.
Click to show internal directories.
Click to hide internal directories.