Google Cloud Container V1 Client - Class Mode (2.5.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class Mode.

Mode defines the mode of anonymous authentication allowed in the cluster.

Protobuf type google.container.v1.AnonymousAuthenticationConfig.Mode

Namespace

Google \ Cloud \ Container \ V1 \ AnonymousAuthenticationConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Default value not specified.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

ENABLED

Value: 1

Anonymous authentication is allowed for all endpoints.

Generated from protobuf enum ENABLED = 1;

LIMITED

Value: 2

Anonymous authentication is allowed for only health check endpoints.

Generated from protobuf enum LIMITED = 2;