public static interface V1.PreferredSchedulingTermOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.NodeSelectorTerm |
getPreference()
A node selector term, associated with the corresponding weight.
|
V1.NodeSelectorTermOrBuilder |
getPreferenceOrBuilder()
A node selector term, associated with the corresponding weight.
|
int |
getWeight()
Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
|
boolean |
hasPreference()
A node selector term, associated with the corresponding weight.
|
boolean |
hasWeight()
Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWeight()
Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
optional int32 weight = 1;int getWeight()
Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
optional int32 weight = 1;boolean hasPreference()
A node selector term, associated with the corresponding weight.
optional .k8s.io.api.core.v1.NodeSelectorTerm preference = 2;V1.NodeSelectorTerm getPreference()
A node selector term, associated with the corresponding weight.
optional .k8s.io.api.core.v1.NodeSelectorTerm preference = 2;V1.NodeSelectorTermOrBuilder getPreferenceOrBuilder()
A node selector term, associated with the corresponding weight.
optional .k8s.io.api.core.v1.NodeSelectorTerm preference = 2;Copyright © 2023. All rights reserved.