public static interface Meta.LabelSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMatchLabels(String key)
matchLabels is a map of {key,value} pairs.
|
Meta.LabelSelectorRequirement |
getMatchExpressions(int index)
matchExpressions is a list of label selector requirements.
|
int |
getMatchExpressionsCount()
matchExpressions is a list of label selector requirements.
|
List<Meta.LabelSelectorRequirement> |
getMatchExpressionsList()
matchExpressions is a list of label selector requirements.
|
Meta.LabelSelectorRequirementOrBuilder |
getMatchExpressionsOrBuilder(int index)
matchExpressions is a list of label selector requirements.
|
List<? extends Meta.LabelSelectorRequirementOrBuilder> |
getMatchExpressionsOrBuilderList()
matchExpressions is a list of label selector requirements.
|
Map<String,String> |
getMatchLabels()
Deprecated.
|
int |
getMatchLabelsCount()
matchLabels is a map of {key,value} pairs.
|
Map<String,String> |
getMatchLabelsMap()
matchLabels is a map of {key,value} pairs.
|
String |
getMatchLabelsOrDefault(String key,
String defaultValue)
matchLabels is a map of {key,value} pairs.
|
String |
getMatchLabelsOrThrow(String key)
matchLabels is a map of {key,value} pairs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMatchLabelsCount()
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
+optional
map<string, string> matchLabels = 1;boolean containsMatchLabels(String key)
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
+optional
map<string, string> matchLabels = 1;@Deprecated Map<String,String> getMatchLabels()
getMatchLabelsMap() instead.Map<String,String> getMatchLabelsMap()
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
+optional
map<string, string> matchLabels = 1;String getMatchLabelsOrDefault(String key, String defaultValue)
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
+optional
map<string, string> matchLabels = 1;String getMatchLabelsOrThrow(String key)
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
+optional
map<string, string> matchLabels = 1;List<Meta.LabelSelectorRequirement> getMatchExpressionsList()
matchExpressions is a list of label selector requirements. The requirements are ANDed. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement matchExpressions = 2;
Meta.LabelSelectorRequirement getMatchExpressions(int index)
matchExpressions is a list of label selector requirements. The requirements are ANDed. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement matchExpressions = 2;
int getMatchExpressionsCount()
matchExpressions is a list of label selector requirements. The requirements are ANDed. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement matchExpressions = 2;
List<? extends Meta.LabelSelectorRequirementOrBuilder> getMatchExpressionsOrBuilderList()
matchExpressions is a list of label selector requirements. The requirements are ANDed. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement matchExpressions = 2;
Meta.LabelSelectorRequirementOrBuilder getMatchExpressionsOrBuilder(int index)
matchExpressions is a list of label selector requirements. The requirements are ANDed. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement matchExpressions = 2;
Copyright © 2021. All rights reserved.