public static interface V1.ScopeSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.ScopedResourceSelectorRequirement |
getMatchExpressions(int index)
A list of scope selector requirements by scope of the resources.
|
int |
getMatchExpressionsCount()
A list of scope selector requirements by scope of the resources.
|
List<V1.ScopedResourceSelectorRequirement> |
getMatchExpressionsList()
A list of scope selector requirements by scope of the resources.
|
V1.ScopedResourceSelectorRequirementOrBuilder |
getMatchExpressionsOrBuilder(int index)
A list of scope selector requirements by scope of the resources.
|
List<? extends V1.ScopedResourceSelectorRequirementOrBuilder> |
getMatchExpressionsOrBuilderList()
A list of scope selector requirements by scope of the resources.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1.ScopedResourceSelectorRequirement> getMatchExpressionsList()
A list of scope selector requirements by scope of the resources. +optional
repeated .k8s.io.api.core.v1.ScopedResourceSelectorRequirement matchExpressions = 1;
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;
int getMatchExpressionsCount()
A list of scope selector requirements by scope of the resources. +optional
repeated .k8s.io.api.core.v1.ScopedResourceSelectorRequirement matchExpressions = 1;
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;
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;
Copyright © 2020. All rights reserved.