Package k8s.io.api.core.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ScopedResourceSelectorRequirementgetMatchExpressions(int index)A list of scope selector requirements by scope of the resources.intgetMatchExpressionsCount()A list of scope selector requirements by scope of the resources.List<Generated.ScopedResourceSelectorRequirement>getMatchExpressionsList()A list of scope selector requirements by scope of the resources.Generated.ScopedResourceSelectorRequirementOrBuildergetMatchExpressionsOrBuilder(int index)A list of scope selector requirements by scope of the resources.List<? extends Generated.ScopedResourceSelectorRequirementOrBuilder>getMatchExpressionsOrBuilderList()A list of scope selector requirements by scope of the resources.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-