Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NodeInput ¶
type NodeInput struct { ClusterName string KubeletExtraArgs map[string]string ContainerRuntime *string DNSClusterIP *string DockerConfigJSON *string APIRetryAttempts *int PauseContainerAccount *string PauseContainerVersion *string UseMaxPods *bool // NOTE: currently the IPFamily/ServiceIPV6Cidr isn't exposed to the user. // TODO (richardcase): remove the above comment when IPV6 / dual stack is implemented. IPFamily *string ServiceIPV6Cidr *string }
NodeInput defines the context to generate a node user data.
func (*NodeInput) DockerConfigJSONEscaped ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.