public interface SchedulingNodeAffinityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Corresponds to the label key of Node resource.
|
com.google.protobuf.ByteString |
getKeyBytes()
Corresponds to the label key of Node resource.
|
String |
getOperator()
Defines the operation of node selection.
|
com.google.protobuf.ByteString |
getOperatorBytes()
Defines the operation of node selection.
|
String |
getValues(int index)
Corresponds to the label values of Node resource.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
Corresponds to the label values of Node resource.
|
int |
getValuesCount()
Corresponds to the label values of Node resource.
|
List<String> |
getValuesList()
Corresponds to the label values of Node resource.
|
boolean |
hasKey()
Corresponds to the label key of Node resource.
|
boolean |
hasOperator()
Defines the operation of node selection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
Corresponds to the label key of Node resource.
optional string key = 106079;String getKey()
Corresponds to the label key of Node resource.
optional string key = 106079;com.google.protobuf.ByteString getKeyBytes()
Corresponds to the label key of Node resource.
optional string key = 106079;boolean hasOperator()
Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. Check the Operator enum for the list of possible values.
optional string operator = 36317348;String getOperator()
Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. Check the Operator enum for the list of possible values.
optional string operator = 36317348;com.google.protobuf.ByteString getOperatorBytes()
Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. Check the Operator enum for the list of possible values.
optional string operator = 36317348;List<String> getValuesList()
Corresponds to the label values of Node resource.
repeated string values = 249928994;int getValuesCount()
Corresponds to the label values of Node resource.
repeated string values = 249928994;String getValues(int index)
Corresponds to the label values of Node resource.
repeated string values = 249928994;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
Corresponds to the label values of Node resource.
repeated string values = 249928994;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.