| Modifier and Type | Method and Description |
|---|---|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.addAllPreferredDuringSchedulingIgnoredDuringExecution(Iterable<? extends V1.PreferredSchedulingTerm> values)
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.addPreferredDuringSchedulingIgnoredDuringExecution(int index,
V1.PreferredSchedulingTerm.Builder builderForValue)
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.addPreferredDuringSchedulingIgnoredDuringExecution(int index,
V1.PreferredSchedulingTerm value)
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.addPreferredDuringSchedulingIgnoredDuringExecution(V1.PreferredSchedulingTerm.Builder builderForValue)
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.addPreferredDuringSchedulingIgnoredDuringExecution(V1.PreferredSchedulingTerm value)
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.clear() |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.clearPreferredDuringSchedulingIgnoredDuringExecution()
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.clearRequiredDuringSchedulingIgnoredDuringExecution()
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.clone() |
V1.NodeAffinity.Builder |
V1.Affinity.Builder.getNodeAffinityBuilder()
Describes node affinity scheduling rules for the pod.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.mergeFrom(V1.NodeAffinity other) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.mergeRequiredDuringSchedulingIgnoredDuringExecution(V1.NodeSelector value)
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.NodeAffinity.Builder |
V1.NodeAffinity.newBuilder() |
static V1.NodeAffinity.Builder |
V1.NodeAffinity.newBuilder(V1.NodeAffinity prototype) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.newBuilderForType() |
protected V1.NodeAffinity.Builder |
V1.NodeAffinity.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.removePreferredDuringSchedulingIgnoredDuringExecution(int index)
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.setPreferredDuringSchedulingIgnoredDuringExecution(int index,
V1.PreferredSchedulingTerm.Builder builderForValue)
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.setPreferredDuringSchedulingIgnoredDuringExecution(int index,
V1.PreferredSchedulingTerm value)
The scheduler will prefer to schedule pods to nodes that satisfy
the affinity expressions specified by this field, but it may choose
a node that violates one or more of the expressions.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.setRequiredDuringSchedulingIgnoredDuringExecution(V1.NodeSelector.Builder builderForValue)
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.setRequiredDuringSchedulingIgnoredDuringExecution(V1.NodeSelector value)
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.NodeAffinity.Builder |
V1.NodeAffinity.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.NodeAffinity.Builder |
V1.NodeAffinity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.Affinity.Builder |
V1.Affinity.Builder.setNodeAffinity(V1.NodeAffinity.Builder builderForValue)
Describes node affinity scheduling rules for the pod.
|
Copyright © 2021. All rights reserved.