Google Anthos Multi Cloud V1 Client - Class KeyOperator (1.4.0)

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 \ Toleration

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

KEY_OPERATOR_UNSPECIFIED

Value: 0

Operator is not specified.

Generated from protobuf enum KEY_OPERATOR_UNSPECIFIED = 0;

KEY_OPERATOR_EQUAL

Value: 1

Operator maps to 'Equal'.

Generated from protobuf enum KEY_OPERATOR_EQUAL = 1;

KEY_OPERATOR_EXISTS

Value: 2

Operator maps to 'Exists'.

Generated from protobuf enum KEY_OPERATOR_EXISTS = 2;