operator property

String? operator
getter/setter pair

The operator to use for the node resources specified in the values parameter. Possible string values are:

  • "OPERATOR_UNSPECIFIED" : An unknown, unexpected behavior.
  • "IN" : The node resource group should be in these resources affinity.
  • "NOT_IN" : The node resource group should not be in these resources affinity.

Implementation

core.String? operator;