| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectConfig |
ProtectConfig.clone() |
ProtectConfig |
ClusterUpdate.getDesiredProtectConfig()
Enable/Disable Protect API features for the cluster.
|
ProtectConfig |
Cluster.getProtectConfig()
Enable/Disable Protect API features for the cluster.
|
ProtectConfig |
ProtectConfig.set(String fieldName,
Object value) |
ProtectConfig |
ProtectConfig.setWorkloadConfig(WorkloadConfig workloadConfig)
WorkloadConfig defines which actions are enabled for a cluster's workload configurations.
|
ProtectConfig |
ProtectConfig.setWorkloadVulnerabilityMode(String workloadVulnerabilityMode)
Sets which mode to use for Protect workload vulnerability scanning feature.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredProtectConfig(ProtectConfig desiredProtectConfig)
Enable/Disable Protect API features for the cluster.
|
Cluster |
Cluster.setProtectConfig(ProtectConfig protectConfig)
Enable/Disable Protect API features for the cluster.
|
Copyright © 2011–2023 Google. All rights reserved.