mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
feat: add API to enable/disable secret manager csi component on GKE clusters
PiperOrigin-RevId: 613195917
This commit is contained in:
parent
5ad98f728d
commit
f0a78c77d2
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue