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