We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e1698 commit 4623451Copy full SHA for 4623451
operator/v1alpha1/types_crdchecker.go
@@ -57,7 +57,7 @@ type CRDCompatibilityRequirementSpec struct {
57
58
// CompatibilitySchema defines the schema used by crdSchemaValidation and objectSchemaValidation.
59
type CompatibilitySchema struct {
60
- // crdYAML contains the complete YAML document of the CRD from transport config map.
+ // crdYAML contains the complete YAML document of the CRD for schema and object validation purposes.
61
// This field is required.
62
// +kubebuilder:validation:MinLength=1
63
// +kubebuilder:validation:MaxLength=1572864
0 commit comments