Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
  • Loading branch information
eddycharly authored and k8s-infra-cherrypick-robot committed Jul 5, 2022
1 parent 0e9f8de commit 4365527
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/crd/testdata/testdata.kubebuilder.io_cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ spec:
embeddedResource:
type: object
x-kubernetes-embedded-resource: true
x-kubernetes-preserve-unknown-fields: true
failedJobsHistoryLimit:
description: The number of failed finished jobs to retain. This is
a pointer to distinguish between explicit zero and not specified.
Expand Down Expand Up @@ -7381,9 +7382,11 @@ spec:
minLength: 4
type: string
unprunedEmbeddedResource:
allOf:
- x-kubernetes-preserve-unknown-fields: true
- x-kubernetes-preserve-unknown-fields: true
type: object
x-kubernetes-embedded-resource: true
x-kubernetes-preserve-unknown-fields: true
unprunedFomType:
description: This tests that a type-level pruning marker works.
type: object
Expand Down

0 comments on commit 4365527

Please sign in to comment.