| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
UserManagedKeysConfig |
UserManagedKeysConfig.clone() |
UserManagedKeysConfig |
ClusterUpdate.getDesiredUserManagedKeysConfig()
The desired user managed keys config for the cluster.
|
UserManagedKeysConfig |
Cluster.getUserManagedKeysConfig()
The Custom keys configuration for the cluster.
|
UserManagedKeysConfig |
ClusterUpdate.getUserManagedKeysConfig()
The Custom keys configuration for the cluster.
|
UserManagedKeysConfig |
UserManagedKeysConfig.set(String fieldName,
Object value) |
UserManagedKeysConfig |
UserManagedKeysConfig.setAggregationCa(String aggregationCa)
The Certificate Authority Service caPool to use for the aggregation CA in this cluster.
|
UserManagedKeysConfig |
UserManagedKeysConfig.setClusterCa(String clusterCa)
The Certificate Authority Service caPool to use for the cluster CA in this cluster.
|
UserManagedKeysConfig |
UserManagedKeysConfig.setControlPlaneDiskEncryptionKey(String controlPlaneDiskEncryptionKey)
The Cloud KMS cryptoKey to use for Confidential Hyperdisk on the control plane nodes.
|
UserManagedKeysConfig |
UserManagedKeysConfig.setEtcdApiCa(String etcdApiCa)
Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this
cluster.
|
UserManagedKeysConfig |
UserManagedKeysConfig.setEtcdPeerCa(String etcdPeerCa)
Resource path of the Certificate Authority Service caPool to use for the etcd peer CA in this
cluster.
|
UserManagedKeysConfig |
UserManagedKeysConfig.setGkeopsEtcdBackupEncryptionKey(String gkeopsEtcdBackupEncryptionKey)
Resource path of the Cloud KMS cryptoKey to use for encryption of internal etcd backups.
|
UserManagedKeysConfig |
UserManagedKeysConfig.setServiceAccountSigningKeys(List<String> serviceAccountSigningKeys)
The Cloud KMS cryptoKeyVersions to use for signing service account JWTs issued by this cluster.
|
UserManagedKeysConfig |
UserManagedKeysConfig.setServiceAccountVerificationKeys(List<String> serviceAccountVerificationKeys)
The Cloud KMS cryptoKeyVersions to use for verifying service account JWTs issued by this
cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredUserManagedKeysConfig(UserManagedKeysConfig desiredUserManagedKeysConfig)
The desired user managed keys config for the cluster.
|
Cluster |
Cluster.setUserManagedKeysConfig(UserManagedKeysConfig userManagedKeysConfig)
The Custom keys configuration for the cluster.
|
ClusterUpdate |
ClusterUpdate.setUserManagedKeysConfig(UserManagedKeysConfig userManagedKeysConfig)
The Custom keys configuration for the cluster.
|
Copyright © 2011–2025 Google. All rights reserved.