Skip to content

Commit 8b16254

Browse files
Google APIscopybara-github
authored andcommitted
feat: added configuration for the StatefulHA addon to the AddonsConfig
PiperOrigin-RevId: 604687474
1 parent 29c256b commit 8b16254

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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,

0 commit comments

Comments
 (0)