Class NodeKubeletConfig.Builder (2.4.1)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NodeKubeletConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
NodeKubeletConfig.Builder
Overrides

build()

public NodeKubeletConfig build()
Returns
TypeDescription
NodeKubeletConfig

buildPartial()

public NodeKubeletConfig buildPartial()
Returns
TypeDescription
NodeKubeletConfig

clear()

public NodeKubeletConfig.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
NodeKubeletConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public NodeKubeletConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
NodeKubeletConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public NodeKubeletConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
NodeKubeletConfig.Builder
Overrides

clone()

public NodeKubeletConfig.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for cpuManagerPolicy.

getDefaultInstanceForType()

public NodeKubeletConfig getDefaultInstanceForType()
Returns
TypeDescription
NodeKubeletConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
boolean

Whether the cpuCfsQuota field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueBoolValue
Returns
TypeDescription
NodeKubeletConfig.Builder

mergeFrom(NodeKubeletConfig other)

public NodeKubeletConfig.Builder mergeFrom(NodeKubeletConfig other)
Parameter
NameDescription
otherNodeKubeletConfig
Returns
TypeDescription
NodeKubeletConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NodeKubeletConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodeKubeletConfig.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public NodeKubeletConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
NodeKubeletConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NodeKubeletConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueBoolValue
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueString

The cpuCfsQuotaPeriod to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for cpuCfsQuotaPeriod to set.

Returns
TypeDescription
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
NameDescription
valueString

The cpuManagerPolicy to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for cpuManagerPolicy to set.

Returns
TypeDescription
NodeKubeletConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public NodeKubeletConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
NodeKubeletConfig.Builder
Overrides

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

public NodeKubeletConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
NodeKubeletConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final NodeKubeletConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
NodeKubeletConfig.Builder
Overrides