Interface V1.ScopeSelectorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.ScopeSelector, V1.ScopeSelector.Builder
Enclosing class:
V1

public static interface V1.ScopeSelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMatchExpressionsList

      List<V1.ScopedResourceSelectorRequirement> getMatchExpressionsList()
       A list of scope selector requirements by scope of the resources.
       +optional
       
      repeated .k8s.io.api.core.v1.ScopedResourceSelectorRequirement matchExpressions = 1;
    • getMatchExpressions

      V1.ScopedResourceSelectorRequirement getMatchExpressions(int index)
       A list of scope selector requirements by scope of the resources.
       +optional
       
      repeated .k8s.io.api.core.v1.ScopedResourceSelectorRequirement matchExpressions = 1;
    • getMatchExpressionsCount

      int getMatchExpressionsCount()
       A list of scope selector requirements by scope of the resources.
       +optional
       
      repeated .k8s.io.api.core.v1.ScopedResourceSelectorRequirement matchExpressions = 1;
    • getMatchExpressionsOrBuilderList

      List<? extends V1.ScopedResourceSelectorRequirementOrBuilder> getMatchExpressionsOrBuilderList()
       A list of scope selector requirements by scope of the resources.
       +optional
       
      repeated .k8s.io.api.core.v1.ScopedResourceSelectorRequirement matchExpressions = 1;
    • getMatchExpressionsOrBuilder

      V1.ScopedResourceSelectorRequirementOrBuilder getMatchExpressionsOrBuilder(int index)
       A list of scope selector requirements by scope of the resources.
       +optional
       
      repeated .k8s.io.api.core.v1.ScopedResourceSelectorRequirement matchExpressions = 1;