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 \ AnonymousAuthenticationConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Default value not specified.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
ENABLED
Value: 1Anonymous authentication is allowed for all endpoints.
Generated from protobuf enum ENABLED = 1;
LIMITED
Value: 2Anonymous authentication is allowed for only health check endpoints.
Generated from protobuf enum LIMITED = 2;