Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class KeyOperator.
KeyOperator represents a key's relationship to the value e.g. 'Equal'.
Protobuf type google.cloud.gkemulticloud.v1.Toleration.KeyOperator
Namespace
Google \ Cloud \ GkeMultiCloud \ V1 \ TolerationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
KEY_OPERATOR_UNSPECIFIED
Value: 0Operator is not specified.
Generated from protobuf enum KEY_OPERATOR_UNSPECIFIED = 0;
KEY_OPERATOR_EQUAL
Value: 1Operator maps to 'Equal'.
Generated from protobuf enum KEY_OPERATOR_EQUAL = 1;
KEY_OPERATOR_EXISTS
Value: 2Operator maps to 'Exists'.
Generated from protobuf enum KEY_OPERATOR_EXISTS = 2;