diff --git a/internal/controller/testdata/crds/crd.yaml b/internal/controller/testdata/crds/crd.yaml index 0c218b64e..8f4fca8bd 100644 --- a/internal/controller/testdata/crds/crd.yaml +++ b/internal/controller/testdata/crds/crd.yaml @@ -29,6 +29,13 @@ spec: spec: description: TestSpec defines the desired state of a test run properties: + name: + description: name specifies the subject name of schema. If not configured, + the Schema CR name is used as the subject name. + maxLength: 255 + minLength: 1 + pattern: ^[^\\]*$ + type: string type: description: Type of test type: string