Module: Google::Cloud::Container::V1beta1::WorkloadConfig::Mode

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Mode defines how to audit the workload configs.

Constant Summary collapse

MODE_UNSPECIFIED =

Default value meaning that no mode has been specified.

0
DISABLED =

This disables Workload Configuration auditing on the cluster, meaning that nothing is surfaced.

1
BASIC =

Applies the default set of policy auditing to a cluster's workloads.

4
BASELINE =

Surfaces configurations that are not in line with the Pod Security Standard Baseline policy.

2
RESTRICTED =

Surfaces configurations that are not in line with the Pod Security Standard Restricted policy.

3