- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public static final class NodeKubeletConfig.Builder extends GeneratedMessageV3.Builder<NodeKubeletConfig.Builder> implements NodeKubeletConfigOrBuilder
Node kubelet configs.
Protobuf type google.container.v1.NodeKubeletConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NodeKubeletConfig.BuilderImplements
NodeKubeletConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodeKubeletConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NodeKubeletConfig.Builder |
build()
public NodeKubeletConfig build()
Type | Description |
NodeKubeletConfig |
buildPartial()
public NodeKubeletConfig buildPartial()
Type | Description |
NodeKubeletConfig |
clear()
public NodeKubeletConfig.Builder clear()
Type | Description |
NodeKubeletConfig.Builder |
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;
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;
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;
Type | Description |
NodeKubeletConfig.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public NodeKubeletConfig.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
NodeKubeletConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public NodeKubeletConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
NodeKubeletConfig.Builder |
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;
Type | Description |
NodeKubeletConfig.Builder | This builder for chaining. |
clone()
public NodeKubeletConfig.Builder clone()
Type | Description |
NodeKubeletConfig.Builder |
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;
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;
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;
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;
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;
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;
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;
Type | Description |
ByteString | The bytes for cpuManagerPolicy. |
getDefaultInstanceForType()
public NodeKubeletConfig getDefaultInstanceForType()
Type | Description |
NodeKubeletConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
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;
Type | Description |
boolean | Whether the cpuCfsQuota field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
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;
Name | Description |
value | BoolValue |
Type | Description |
NodeKubeletConfig.Builder |
mergeFrom(NodeKubeletConfig other)
public NodeKubeletConfig.Builder mergeFrom(NodeKubeletConfig other)
Name | Description |
other | NodeKubeletConfig |
Type | Description |
NodeKubeletConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NodeKubeletConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
NodeKubeletConfig.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public NodeKubeletConfig.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
NodeKubeletConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodeKubeletConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
NodeKubeletConfig.Builder |
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;
Name | Description |
value | BoolValue |
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;
Name | Description |
builderForValue | Builder |
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;
Name | Description |
value | String The cpuCfsQuotaPeriod to set. |
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;
Name | Description |
value | ByteString The bytes for cpuCfsQuotaPeriod to set. |
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;
Name | Description |
value | String The cpuManagerPolicy to set. |
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;
Name | Description |
value | ByteString The bytes for cpuManagerPolicy to set. |
Type | Description |
NodeKubeletConfig.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public NodeKubeletConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NodeKubeletConfig.Builder |
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;
Name | Description |
value | long The podPidsLimit to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
NodeKubeletConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final NodeKubeletConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
NodeKubeletConfig.Builder |