Class NodeKubeletConfig.Builder (2.46.0)

public static final class NodeKubeletConfig.Builder extends GeneratedMessageV3.Builder<NodeKubeletConfig.Builder> implements NodeKubeletConfigOrBuilder

Node kubelet configs.

Protobuf type google.container.v1.NodeKubeletConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NodeKubeletConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

build()

public NodeKubeletConfig build()
Returns
Type Description
NodeKubeletConfig

buildPartial()

public NodeKubeletConfig buildPartial()
Returns
Type Description
NodeKubeletConfig

clear()

public NodeKubeletConfig.Builder clear()
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

clearCpuCfsQuota()

public NodeKubeletConfig.Builder clearCpuCfsQuota()

Enable CPU CFS quota enforcement for containers that specify CPU limits.

This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all.

Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits.

The default value is 'true' if unspecified.

.google.protobuf.BoolValue cpu_cfs_quota = 2;

Returns
Type Description
NodeKubeletConfig.Builder

clearCpuCfsQuotaPeriod()

public NodeKubeletConfig.Builder clearCpuCfsQuotaPeriod()

Set the CPU CFS quota period value 'cpu.cfs_period_us'.

The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.

string cpu_cfs_quota_period = 3;

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

clearCpuManagerPolicy()

public NodeKubeletConfig.Builder clearCpuManagerPolicy()

Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/

The following values are allowed.

  • "none": the default, which represents the existing scheduling behavior.
  • "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.

string cpu_manager_policy = 1;

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public NodeKubeletConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

clearInsecureKubeletReadonlyPortEnabled()

public NodeKubeletConfig.Builder clearInsecureKubeletReadonlyPortEnabled()

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 7;

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public NodeKubeletConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

clearPodPidsLimit()

public NodeKubeletConfig.Builder clearPodPidsLimit()

Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits

Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.

int64 pod_pids_limit = 4;

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

clone()

public NodeKubeletConfig.Builder clone()
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

getCpuCfsQuota()

public BoolValue getCpuCfsQuota()

Enable CPU CFS quota enforcement for containers that specify CPU limits.

This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all.

Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits.

The default value is 'true' if unspecified.

.google.protobuf.BoolValue cpu_cfs_quota = 2;

Returns
Type Description
BoolValue

The cpuCfsQuota.

getCpuCfsQuotaBuilder()

public BoolValue.Builder getCpuCfsQuotaBuilder()

Enable CPU CFS quota enforcement for containers that specify CPU limits.

This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all.

Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits.

The default value is 'true' if unspecified.

.google.protobuf.BoolValue cpu_cfs_quota = 2;

Returns
Type Description
Builder

getCpuCfsQuotaOrBuilder()

public BoolValueOrBuilder getCpuCfsQuotaOrBuilder()

Enable CPU CFS quota enforcement for containers that specify CPU limits.

This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all.

Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits.

The default value is 'true' if unspecified.

.google.protobuf.BoolValue cpu_cfs_quota = 2;

Returns
Type Description
BoolValueOrBuilder

getCpuCfsQuotaPeriod()

public String getCpuCfsQuotaPeriod()

Set the CPU CFS quota period value 'cpu.cfs_period_us'.

The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.

string cpu_cfs_quota_period = 3;

Returns
Type Description
String

The cpuCfsQuotaPeriod.

getCpuCfsQuotaPeriodBytes()

public ByteString getCpuCfsQuotaPeriodBytes()

Set the CPU CFS quota period value 'cpu.cfs_period_us'.

The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.

string cpu_cfs_quota_period = 3;

Returns
Type Description
ByteString

The bytes for cpuCfsQuotaPeriod.

getCpuManagerPolicy()

public String getCpuManagerPolicy()

Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/

The following values are allowed.

  • "none": the default, which represents the existing scheduling behavior.
  • "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.

string cpu_manager_policy = 1;

Returns
Type Description
String

The cpuManagerPolicy.

getCpuManagerPolicyBytes()

public ByteString getCpuManagerPolicyBytes()

Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/

The following values are allowed.

  • "none": the default, which represents the existing scheduling behavior.
  • "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.

string cpu_manager_policy = 1;

Returns
Type Description
ByteString

The bytes for cpuManagerPolicy.

getDefaultInstanceForType()

public NodeKubeletConfig getDefaultInstanceForType()
Returns
Type Description
NodeKubeletConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInsecureKubeletReadonlyPortEnabled()

public boolean getInsecureKubeletReadonlyPortEnabled()

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 7;

Returns
Type Description
boolean

The insecureKubeletReadonlyPortEnabled.

getPodPidsLimit()

public long getPodPidsLimit()

Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits

Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.

int64 pod_pids_limit = 4;

Returns
Type Description
long

The podPidsLimit.

hasCpuCfsQuota()

public boolean hasCpuCfsQuota()

Enable CPU CFS quota enforcement for containers that specify CPU limits.

This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all.

Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits.

The default value is 'true' if unspecified.

.google.protobuf.BoolValue cpu_cfs_quota = 2;

Returns
Type Description
boolean

Whether the cpuCfsQuota field is set.

hasInsecureKubeletReadonlyPortEnabled()

public boolean hasInsecureKubeletReadonlyPortEnabled()

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 7;

Returns
Type Description
boolean

Whether the insecureKubeletReadonlyPortEnabled field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCpuCfsQuota(BoolValue value)

public NodeKubeletConfig.Builder mergeCpuCfsQuota(BoolValue value)

Enable CPU CFS quota enforcement for containers that specify CPU limits.

This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all.

Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits.

The default value is 'true' if unspecified.

.google.protobuf.BoolValue cpu_cfs_quota = 2;

Parameter
Name Description
value BoolValue
Returns
Type Description
NodeKubeletConfig.Builder

mergeFrom(NodeKubeletConfig other)

public NodeKubeletConfig.Builder mergeFrom(NodeKubeletConfig other)
Parameter
Name Description
other NodeKubeletConfig
Returns
Type Description
NodeKubeletConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NodeKubeletConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NodeKubeletConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public NodeKubeletConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NodeKubeletConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

setCpuCfsQuota(BoolValue value)

public NodeKubeletConfig.Builder setCpuCfsQuota(BoolValue value)

Enable CPU CFS quota enforcement for containers that specify CPU limits.

This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all.

Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits.

The default value is 'true' if unspecified.

.google.protobuf.BoolValue cpu_cfs_quota = 2;

Parameter
Name Description
value BoolValue
Returns
Type Description
NodeKubeletConfig.Builder

setCpuCfsQuota(BoolValue.Builder builderForValue)

public NodeKubeletConfig.Builder setCpuCfsQuota(BoolValue.Builder builderForValue)

Enable CPU CFS quota enforcement for containers that specify CPU limits.

This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all.

Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits.

The default value is 'true' if unspecified.

.google.protobuf.BoolValue cpu_cfs_quota = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
NodeKubeletConfig.Builder

setCpuCfsQuotaPeriod(String value)

public NodeKubeletConfig.Builder setCpuCfsQuotaPeriod(String value)

Set the CPU CFS quota period value 'cpu.cfs_period_us'.

The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.

string cpu_cfs_quota_period = 3;

Parameter
Name Description
value String

The cpuCfsQuotaPeriod to set.

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

setCpuCfsQuotaPeriodBytes(ByteString value)

public NodeKubeletConfig.Builder setCpuCfsQuotaPeriodBytes(ByteString value)

Set the CPU CFS quota period value 'cpu.cfs_period_us'.

The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.

string cpu_cfs_quota_period = 3;

Parameter
Name Description
value ByteString

The bytes for cpuCfsQuotaPeriod to set.

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

setCpuManagerPolicy(String value)

public NodeKubeletConfig.Builder setCpuManagerPolicy(String value)

Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/

The following values are allowed.

  • "none": the default, which represents the existing scheduling behavior.
  • "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.

string cpu_manager_policy = 1;

Parameter
Name Description
value String

The cpuManagerPolicy to set.

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

setCpuManagerPolicyBytes(ByteString value)

public NodeKubeletConfig.Builder setCpuManagerPolicyBytes(ByteString value)

Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/

The following values are allowed.

  • "none": the default, which represents the existing scheduling behavior.
  • "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.

string cpu_manager_policy = 1;

Parameter
Name Description
value ByteString

The bytes for cpuManagerPolicy to set.

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public NodeKubeletConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

setInsecureKubeletReadonlyPortEnabled(boolean value)

public NodeKubeletConfig.Builder setInsecureKubeletReadonlyPortEnabled(boolean value)

Enable or disable Kubelet read only port.

optional bool insecure_kubelet_readonly_port_enabled = 7;

Parameter
Name Description
value boolean

The insecureKubeletReadonlyPortEnabled to set.

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

setPodPidsLimit(long value)

public NodeKubeletConfig.Builder setPodPidsLimit(long value)

Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits

Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.

int64 pod_pids_limit = 4;

Parameter
Name Description
value long

The podPidsLimit to set.

Returns
Type Description
NodeKubeletConfig.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public NodeKubeletConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
NodeKubeletConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final NodeKubeletConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
NodeKubeletConfig.Builder
Overrides