Package io.kubernetes.client.proto
Interface V1.NodeSelectorTermOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.NodeSelectorTerm,V1.NodeSelectorTerm.Builder
- Enclosing class:
- V1
public static interface V1.NodeSelectorTermOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMatchExpressions(int index) A list of node selector requirements by node's labels.intA list of node selector requirements by node's labels.A list of node selector requirements by node's labels.getMatchExpressionsOrBuilder(int index) A list of node selector requirements by node's labels.List<? extends V1.NodeSelectorRequirementOrBuilder>A list of node selector requirements by node's labels.getMatchFields(int index) A list of node selector requirements by node's fields.intA list of node selector requirements by node's fields.A list of node selector requirements by node's fields.getMatchFieldsOrBuilder(int index) A list of node selector requirements by node's fields.List<? extends V1.NodeSelectorRequirementOrBuilder>A list of node selector requirements by node's fields.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMatchExpressionsList
List<V1.NodeSelectorRequirement> getMatchExpressionsList()A list of node selector requirements by node's labels. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchExpressions = 1; -
getMatchExpressions
A list of node selector requirements by node's labels. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchExpressions = 1; -
getMatchExpressionsCount
int getMatchExpressionsCount()A list of node selector requirements by node's labels. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchExpressions = 1; -
getMatchExpressionsOrBuilderList
List<? extends V1.NodeSelectorRequirementOrBuilder> getMatchExpressionsOrBuilderList()A list of node selector requirements by node's labels. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchExpressions = 1; -
getMatchExpressionsOrBuilder
A list of node selector requirements by node's labels. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchExpressions = 1; -
getMatchFieldsList
List<V1.NodeSelectorRequirement> getMatchFieldsList()A list of node selector requirements by node's fields. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchFields = 2; -
getMatchFields
A list of node selector requirements by node's fields. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchFields = 2; -
getMatchFieldsCount
int getMatchFieldsCount()A list of node selector requirements by node's fields. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchFields = 2; -
getMatchFieldsOrBuilderList
List<? extends V1.NodeSelectorRequirementOrBuilder> getMatchFieldsOrBuilderList()A list of node selector requirements by node's fields. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchFields = 2; -
getMatchFieldsOrBuilder
A list of node selector requirements by node's fields. +optional
repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchFields = 2;
-