Package io.kubernetes.client.proto
Interface V1.TopologySelectorLabelRequirementOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.TopologySelectorLabelRequirement,V1.TopologySelectorLabelRequirement.Builder
- Enclosing class:
- V1
public static interface V1.TopologySelectorLabelRequirementOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()The label key that the selector applies to.com.google.protobuf.ByteStringThe label key that the selector applies to.getValues(int index) An array of string values.com.google.protobuf.ByteStringgetValuesBytes(int index) An array of string values.intAn array of string values.An array of string values.booleanhasKey()The label key that the selector applies to.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKey
boolean hasKey()The label key that the selector applies to.
optional string key = 1; -
getKey
String getKey()The label key that the selector applies to.
optional string key = 1; -
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()The label key that the selector applies to.
optional string key = 1; -
getValuesList
An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
repeated string values = 2; -
getValuesCount
int getValuesCount()An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
repeated string values = 2; -
getValues
An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
repeated string values = 2; -
getValuesBytes
com.google.protobuf.ByteString getValuesBytes(int index) An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
repeated string values = 2;
-