Interface Generated.ScopeSelectorOrBuilder

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

    public static interface Generated.ScopeSelectorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getMatchExpressionsList

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

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

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

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

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