BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolConfigKubeletConfigArgs

data class BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolConfigKubeletConfigArgs(val registryBurst: Output<Int>? = null, val registryPullQps: Output<Int>? = null, val serializeImagePullsDisabled: Output<Boolean>? = null) : ConvertibleToJava<BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolConfigKubeletConfigArgs>

Constructors

constructor(registryBurst: Output<Int>? = null, registryPullQps: Output<Int>? = null, serializeImagePullsDisabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val registryBurst: Output<Int>? = null

The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.

Link copied to clipboard
val registryPullQps: Output<Int>? = null

The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.

Link copied to clipboard

Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.

Functions

Link copied to clipboard
open override fun toJava(): BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolConfigKubeletConfigArgs