File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments