Package io.kubernetes.client.proto
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 Summary
Modifier and TypeMethodDescriptiongetMatchExpressions
(int index) A list of scope selector requirements by scope of the resources.int
A list of scope selector requirements by scope of the resources.A list of scope selector requirements by scope of the resources.getMatchExpressionsOrBuilder
(int index) A list of scope selector requirements by scope of the resources.A list of scope selector requirements by scope of the resources.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
A list of scope selector requirements by scope of the resources. +optional
repeated .k8s.io.api.core.v1.ScopedResourceSelectorRequirement matchExpressions = 1;
-