Node Affinity: the configuration of desired nodes onto which
this Instance could be scheduled.
Attributes
Name
Description
key
str
Corresponds to the label key of Node
resource.
This field is a member of oneof_ _key.
operator
str
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.
This field is a member of oneof_ _operator.
values
Sequence[str]
Corresponds to the label values of Node
resource.
Classes
Operator
Operator(value)
Defines the operation of node selection. Valid operators are IN for
affinity and NOT_IN for anti-affinity.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]