Bare Metal Kubelet Config Args
data class BareMetalKubeletConfigArgs(val registryBurst: Output<Int>? = null, val registryPullQps: Output<Int>? = null, val serializeImagePullsDisabled: Output<Boolean>? = null) : ConvertibleToJava<BareMetalKubeletConfigArgs>
KubeletConfig defines the modifiable kubelet configurations for baremetal machines. Note: this list includes fields supported in GKE (see https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#kubelet-options).
Constructors
Link copied to clipboard
fun BareMetalKubeletConfigArgs(registryBurst: Output<Int>? = null, registryPullQps: Output<Int>? = null, serializeImagePullsDisabled: Output<Boolean>? = null)