Skip to content

Commit

Permalink
feat: add API to enable/disable secret manager csi component on GKE c…
Browse files Browse the repository at this point in the history
…lusters

PiperOrigin-RevId: 613195917
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 6, 2024
1 parent 5ad98f7 commit f0a78c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/container/v1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f0a78c7

Please sign in to comment.