Skip to content

Commit f0a78c7

Browse files
Google APIscopybara-github
authored andcommitted
feat: add API to enable/disable secret manager csi component on GKE clusters
PiperOrigin-RevId: 613195917
1 parent 5ad98f7 commit f0a78c7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/container/v1/cluster_service.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,9 @@ message ClusterUpdate {
22892289

22902290
// Specify the details of in-transit encryption.
22912291
optional InTransitEncryptionConfig desired_in_transit_encryption_config = 137;
2292+
2293+
// Enable/Disable Cilium Clusterwide Network Policy for the cluster.
2294+
optional bool desired_enable_cilium_clusterwide_network_policy = 138;
22922295
}
22932296

22942297
// AdditionalPodRangesConfig is the configuration for additional pod secondary
@@ -4396,6 +4399,9 @@ message NetworkConfig {
43964399

43974400
// Specify the details of in-transit encryption.
43984401
optional InTransitEncryptionConfig in_transit_encryption_config = 20;
4402+
4403+
// Whether CiliumClusterwideNetworkPolicy is enabled on this cluster.
4404+
optional bool enable_cilium_clusterwide_network_policy = 21;
43994405
}
44004406

44014407
// GatewayAPIConfig contains the desired config of Gateway API on this cluster.

0 commit comments

Comments
 (0)