Skip to content

Commit 423e385

Browse files
feat: [container] Trusted Private Cloud support, use the universeDomain parameter (#5020)
* feat: added configuration for the StatefulHA addon to the AddonsConfig PiperOrigin-RevId: 604687474 Source-Link: googleapis/googleapis@8b16254 Source-Link: googleapis/googleapis-gen@758959f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiNzU4OTU5ZjFkZDVmNjE1MjkyMGVmNDJjNzFkNTRiY2MyYmZmMDI4MyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * build: update gapic-generator-typescript to v4.4.1 PiperOrigin-RevId: 604765466 Source-Link: googleapis/googleapis@40203ca Source-Link: googleapis/googleapis-gen@07b7f3d Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiMDdiN2YzZGFkOGFhMTkxMmQ0YWNkY2ZkNjM2NWJiNDIzNmU0YjU0YiJ9 * feat: [container] Trusted Private Cloud support, use the universeDomain parameter See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1982935 commit 423e385

10 files changed

Lines changed: 573 additions & 30 deletions

File tree

packages/google-container/protos/google/container/v1/cluster_service.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,10 @@ message AddonsConfig {
12231223

12241224
// Configuration for the Cloud Storage Fuse CSI driver.
12251225
GcsFuseCsiDriverConfig gcs_fuse_csi_driver_config = 17;
1226+
1227+
// Optional. Configuration for the StatefulHA add-on.
1228+
StatefulHAConfig stateful_ha_config = 18
1229+
[(google.api.field_behavior) = OPTIONAL];
12261230
}
12271231

12281232
// Configuration options for the HTTP (L7) load balancing controller addon,
@@ -1365,6 +1369,12 @@ message GkeBackupAgentConfig {
13651369
bool enabled = 1;
13661370
}
13671371

1372+
// Configuration for the Stateful HA add-on.
1373+
message StatefulHAConfig {
1374+
// Whether the Stateful HA add-on is enabled for this cluster.
1375+
bool enabled = 1;
1376+
}
1377+
13681378
// Configuration options for the master authorized networks feature. Enabled
13691379
// master authorized networks will disallow all external traffic to access
13701380
// Kubernetes master through HTTPS except traffic from the given CIDR blocks,

packages/google-container/protos/protos.d.ts

Lines changed: 103 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)