Skip to content

Commit 4623451

Browse files
committed
crdchecker: fix godoc due to review
1 parent a8e1698 commit 4623451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/v1alpha1/types_crdchecker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type CRDCompatibilityRequirementSpec struct {
5757

5858
// CompatibilitySchema defines the schema used by crdSchemaValidation and objectSchemaValidation.
5959
type CompatibilitySchema struct {
60-
// crdYAML contains the complete YAML document of the CRD from transport config map.
60+
// crdYAML contains the complete YAML document of the CRD for schema and object validation purposes.
6161
// This field is required.
6262
// +kubebuilder:validation:MinLength=1
6363
// +kubebuilder:validation:MaxLength=1572864

0 commit comments

Comments
 (0)