feat: add API to enable/disable secret manager csi component on GKE clusters

PiperOrigin-RevId: 613195917
This commit is contained in:
Google APIs 2024-03-06 06:39:31 -08:00 committed by Copybara-Service
parent 5ad98f728d
commit f0a78c77d2

View file

@ -2289,6 +2289,9 @@ message ClusterUpdate {
// Specify the details of in-transit encryption.
optional InTransitEncryptionConfig desired_in_transit_encryption_config = 137;
// Enable/Disable Cilium Clusterwide Network Policy for the cluster.
optional bool desired_enable_cilium_clusterwide_network_policy = 138;
}
// AdditionalPodRangesConfig is the configuration for additional pod secondary
@ -4396,6 +4399,9 @@ message NetworkConfig {
// Specify the details of in-transit encryption.
optional InTransitEncryptionConfig in_transit_encryption_config = 20;
// Whether CiliumClusterwideNetworkPolicy is enabled on this cluster.
optional bool enable_cilium_clusterwide_network_policy = 21;
}
// GatewayAPIConfig contains the desired config of Gateway API on this cluster.