generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed
Description
@dprotaso that seems like a good idea. So far the only way we've tested CRD validation is by adding valid examples to /examples
and invalid examples to /hack/invalid-examples
. We then rely on hack/verify-examples-kind.sh
to check that the valid examples pass validation and the invalid ones don't. Probably worth filing an issue to track this.
Originally posted by @robscott in #1644 (comment)
robscott