Reference documentation and code samples for the Google Cloud Container V1 Client class Mode.
Mode defines enablement mode for GKE Security posture features.
Protobuf type google.container.v1.SecurityPostureConfig.Mode
Namespace
Google \ Cloud \ Container \ V1 \ SecurityPostureConfigMethods
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;
DISABLED
Value: 1
Disables Security Posture features on the cluster.
Generated from protobuf enum DISABLED = 1;
BASIC
Value: 2
Applies Security Posture features on the cluster.
Generated from protobuf enum BASIC = 2;