@@ -48,8 +48,6 @@ option (google.api.resource_definition) = {
4848 pattern : "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}"
4949};
5050
51- // LINT: LEGACY_NAMES
52-
5351// Google Kubernetes Engine Cluster Manager v1beta1
5452service ClusterManager {
5553 option (google.api.default_host ) = "container.googleapis.com" ;
@@ -87,7 +85,7 @@ service ClusterManager {
8785 // network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
8886 //
8987 // One firewall is added for the cluster. After cluster creation,
90- // the Kubelet creates routes for each node to allow the containers
88+ // the kubelet creates routes for each node to allow the containers
9189 // on that node to communicate with all other instances in the
9290 // cluster.
9391 //
@@ -1232,8 +1230,7 @@ message NodeConfig {
12321230 // persistent storage on your nodes.
12331231 // * `https://www.googleapis.com/auth/devstorage.read_only` is required for
12341232 // communicating with **gcr.io**
1235- // (the [Google Container
1236- // Registry](https://cloud.google.com/container-registry/)).
1233+ // (the [Artifact Registry](https://cloud.google.com/artifact-registry/)).
12371234 //
12381235 // If unspecified, no scopes are added, unless Cloud Logging or Cloud
12391236 // Monitoring are enabled, in which case their required scopes will be added.
@@ -1835,8 +1832,7 @@ message ContainerdConfig {
18351832 // domain names (FQDN) to a specific certificate.
18361833 message CertificateAuthorityDomainConfig {
18371834 // GCPSecretManagerCertificateConfig configures a secret from
1838- // [Google Secret
1839- // Manager](https://cloud.google.com/secret-manager).
1835+ // [Secret Manager](https://cloud.google.com/secret-manager).
18401836 message GCPSecretManagerCertificateConfig {
18411837 // Secret URI, in the form
18421838 // "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION".
@@ -1985,7 +1981,7 @@ message NodeLabels {
19851981 map <string , string > labels = 1 ;
19861982}
19871983
1988- // Collection of [GCP
1984+ // Collection of [Resource Manager
19891985// labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels).
19901986message ResourceLabels {
19911987 // Map of node label keys and node label values.
@@ -3820,6 +3816,9 @@ message ClusterUpdate {
38203816
38213817 // The desired network tier configuration for the cluster.
38223818 NetworkTierConfig desired_network_tier_config = 155 ;
3819+
3820+ // Configuration for sync Secret Manager secrets as k8s secrets.
3821+ SecretSyncConfig desired_secret_sync_config = 158 ;
38233822}
38243823
38253824// AdditionalPodRangesConfig is the configuration for additional pod secondary
@@ -5606,8 +5605,7 @@ message AutoprovisioningNodePoolDefaults {
56065605 // persistent storage on your nodes.
56075606 // * `https://www.googleapis.com/auth/devstorage.read_only` is required for
56085607 // communicating with **gcr.io**
5609- // (the [Google Container
5610- // Registry](https://cloud.google.com/container-registry/)).
5608+ // (the [Artifact Registry](https://cloud.google.com/artifact-registry/)).
56115609 //
56125610 // If unspecified, no scopes are added, unless Cloud Logging or Cloud
56135611 // Monitoring are enabled, in which case their required scopes will be added.
0 commit comments