We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf7b32 commit 197d806Copy full SHA for 197d806
bindata/network/ovn-kubernetes/common/001-crd.yaml
@@ -4032,6 +4032,11 @@ spec:
4032
IPv6 subnet is used
4033
rule: '!has(self.subnets) || !has(self.mtu) || !self.subnets.exists_one(i,
4034
isCIDR(i) && cidr(i).ip().family() == 6) || self.mtu >= 1280'
4035
+ - fieldPath: .excludeSubnets
4036
+ message: excludeSubnets must be subnetworks of the networks
4037
+ specified in the subnets field
4038
+ rule: '!has(self.excludeSubnets) || self.excludeSubnets.all(e,
4039
+ self.subnets.exists(s, cidr(s).containsCIDR(cidr(e))))'
4040
topology:
4041
description: |-
4042
Topology describes network configuration.
0 commit comments