Reference documentation and code samples for the Kubernetes Engine V1 API module Google::Cloud::Container::V1::SecurityPostureConfig::VulnerabilityMode.
VulnerabilityMode defines enablement mode for vulnerability scanning.
Constants
VULNERABILITY_MODE_UNSPECIFIED
value: 0 Default value not specified.
VULNERABILITY_DISABLED
value: 1 Disables vulnerability scanning on the cluster.
VULNERABILITY_BASIC
value: 2 Applies basic vulnerability scanning on the cluster.
VULNERABILITY_ENTERPRISE
value: 3 Applies the Security Posture's vulnerability on cluster Enterprise level
features.