Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bindata/network/openshift-sdn/001-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
plural: clusternetworks
singular: clusternetwork
scope: Cluster
preserveUnknownFields: false
validation:
# As compared to ValidateClusterNetwork, this does not validate that:
# - the hostSubnetLengths are valid for their CIDRs
Expand Down Expand Up @@ -147,6 +148,7 @@ spec:
plural: hostsubnets
singular: hostsubnet
scope: Cluster
preserveUnknownFields: false
validation:
# As compared to ValidateHostSubnet, this does not validate that:
# - .host == .name
Expand Down Expand Up @@ -252,6 +254,7 @@ spec:
plural: netnamespaces
singular: netnamespace
scope: Cluster
preserveUnknownFields: false
validation:
# As compared to ValidateNetNamespace, this does not validate that:
# - .netname == .name
Expand Down Expand Up @@ -333,6 +336,7 @@ spec:
plural: egressnetworkpolicies
singular: egressnetworkpolicy
scope: Namespaced
preserveUnknownFields: false
validation:
# This should be mostly equivalent to ValidateEgressNetworkPolicy
openAPIV3Schema:
Expand Down