public static interface Meta.LabelSelectorRequirementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
key is the label key that the selector applies to.
|
com.google.protobuf.ByteString |
getKeyBytes()
key is the label key that the selector applies to.
|
String |
getOperator()
operator represents a key's relationship to a set of values.
|
com.google.protobuf.ByteString |
getOperatorBytes()
operator represents a key's relationship to a set of values.
|
String |
getValues(int index)
values is an array of string values.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
values is an array of string values.
|
int |
getValuesCount()
values is an array of string values.
|
List<String> |
getValuesList()
values is an array of string values.
|
boolean |
hasKey()
key is the label key that the selector applies to.
|
boolean |
hasOperator()
operator represents a key's relationship to a set of values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
key is the label key that the selector applies to. +patchMergeKey=key +patchStrategy=merge
optional string key = 1;String getKey()
key is the label key that the selector applies to. +patchMergeKey=key +patchStrategy=merge
optional string key = 1;com.google.protobuf.ByteString getKeyBytes()
key is the label key that the selector applies to. +patchMergeKey=key +patchStrategy=merge
optional string key = 1;boolean hasOperator()
operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist.
optional string operator = 2;String getOperator()
operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist.
optional string operator = 2;com.google.protobuf.ByteString getOperatorBytes()
operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist.
optional string operator = 2;List<String> getValuesList()
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. +optional
repeated string values = 3;int getValuesCount()
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. +optional
repeated string values = 3;String getValues(int index)
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. +optional
repeated string values = 3;com.google.protobuf.ByteString getValuesBytes(int index)
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. +optional
repeated string values = 3;Copyright © 2018. All rights reserved.