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

      V1.NodeSelectorRequirement getMatchExpressions(int index)
       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

      V1.NodeSelectorRequirementOrBuilder getMatchExpressionsOrBuilder(int index)
       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

      V1.NodeSelectorRequirement getMatchFields(int index)
       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

      V1.NodeSelectorRequirementOrBuilder getMatchFieldsOrBuilder(int index)
       A list of node selector requirements by node's fields.
       +optional
       
      repeated .k8s.io.api.core.v1.NodeSelectorRequirement matchFields = 2;