Skip to content

Commit 9e413c7

Browse files
committed
NE-2743: Sync CRD manifests with vendored openshift/api
The vendored openshift/api merged the three feature-gated DNSNameResolver CRDs into a single CRD with merged feature-set annotations. Update the checked-in manifests and verify script to match. Assisted with Claude
1 parent e5f7b63 commit 9e413c7

5 files changed

Lines changed: 5 additions & 458 deletions

hack/verify-generated-crd.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,5 @@ verify_crd \
1515
"manifests/0000_70_dns-operator_00.crd.yaml"
1616

1717
verify_crd \
18-
"vendor/github.com/openshift/api/network/v1alpha1/zz_generated.crd-manifests/0000_70_dns_00_dnsnameresolvers-TechPreviewNoUpgrade.crd.yaml" \
19-
"manifests/0000_70_dns_00_dnsnameresolvers-TechPreviewNoUpgrade.crd.yaml"
20-
21-
verify_crd \
22-
"vendor/github.com/openshift/api/network/v1alpha1/zz_generated.crd-manifests/0000_70_dns_00_dnsnameresolvers-CustomNoUpgrade.crd.yaml" \
23-
"manifests/0000_70_dns_00_dnsnameresolvers-CustomNoUpgrade.crd.yaml"
24-
25-
verify_crd \
26-
"vendor/github.com/openshift/api/network/v1alpha1/zz_generated.crd-manifests/0000_70_dns_00_dnsnameresolvers-DevPreviewNoUpgrade.crd.yaml" \
27-
"manifests/0000_70_dns_00_dnsnameresolvers-DevPreviewNoUpgrade.crd.yaml"
18+
"vendor/github.com/openshift/api/network/v1alpha1/zz_generated.crd-manifests/0000_70_dns_00_dnsnameresolvers.crd.yaml" \
19+
"manifests/0000_70_dns_00_dnsnameresolvers.crd.yaml"

manifests/0000_70_dns-operator_00.crd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,10 @@ spec:
171171
operator:
172172
description: |-
173173
Operator represents a key's relationship to the value.
174-
Valid operators are Exists and Equal. Defaults to Equal.
174+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
175175
Exists is equivalent to wildcard for value, so that a pod can
176176
tolerate all taints of a particular category.
177+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
177178
type: string
178179
tolerationSeconds:
179180
description: |-

manifests/0000_70_dns_00_dnsnameresolvers-DevPreviewNoUpgrade.crd.yaml

Lines changed: 0 additions & 223 deletions
This file was deleted.

0 commit comments

Comments
 (0)