Module: Google::Cloud::Container::V1beta1::ProtectConfig::WorkloadVulnerabilityMode

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

Overview

WorkloadVulnerabilityMode defines mode to perform vulnerability scanning.

Constant Summary collapse

WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED =

Default value not specified.

0
DISABLED =

Disables Workload Vulnerability Scanning feature on the cluster.

1
BASIC =

Applies basic vulnerability scanning settings for cluster workloads.

2