Google Cloud Container V1 Client - Class Mode (1.21.1)

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

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;