Skip to content

Commit 91af025

Browse files
committed
make update
1 parent 4623451 commit 91af025

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34086,11 +34086,11 @@
3408634086
"x-kubernetes-list-type": "set"
3408734087
},
3408834088
"crdYAML": {
34089-
"description": "crdYAML contains the complete YAML document of the CRD from transport config map. This field is required.",
34089+
"description": "crdYAML contains the complete YAML document of the CRD for schema and object validation purposes. This field is required.",
3409034090
"type": "string"
3409134091
},
3409234092
"excludeFields": {
34093-
"description": "excludeFields is a set of fields in the yaml which will not be validated by either crdSchemaValidation or objectSchemaValidation. FIXME(chrischdi): explain the format which is",
34093+
"description": "excludeFields is a set of fields in the yaml which will not be validated by either crdSchemaValidation or objectSchemaValidation. FIXME(chrischdi): explain the format for it.",
3409434094
"type": "array",
3409534095
"items": {
3409634096
"type": "string",
@@ -34581,7 +34581,7 @@
3458134581
"type": "string"
3458234582
},
3458334583
"matchConditions": {
34584-
"description": "matchConditions defines the matchConditions field of the resulting ValidatingWebhookConfiguration.",
34584+
"description": "matchConditions defines the matchConditions field of the resulting ValidatingWebhookConfiguration. FIXME(chrischdi): should we embed this type? Or maintain our own copy of MatchCondition?",
3458534585
"type": "array",
3458634586
"items": {
3458734587
"default": {},

operator/v1alpha1/types_crdchecker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type CompatibilitySchema struct {
8484

8585
// excludeFields is a set of fields in the yaml which will not be validated by either
8686
// crdSchemaValidation or objectSchemaValidation.
87-
// FIXME(chrischdi): explain the format which is
87+
// FIXME(chrischdi): explain the format for it.
8888
// +kubebuilder:validation:items:MinLength=1
8989
// +kubebuilder:validation:items:MaxLength=8192
9090
// +kubebuilder:validation:MaxItems=1024

operator/v1alpha1/zz_generated.crd-manifests/0000_20_crd-compatibility-checker_01_crdcompatibilityrequirements.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
x-kubernetes-list-type: set
6666
crdYAML:
6767
description: |-
68-
crdYAML contains the complete YAML document of the CRD from transport config map.
68+
crdYAML contains the complete YAML document of the CRD for schema and object validation purposes.
6969
This field is required.
7070
maxLength: 1572864
7171
minLength: 1
@@ -74,7 +74,7 @@ spec:
7474
description: |-
7575
excludeFields is a set of fields in the yaml which will not be validated by either
7676
crdSchemaValidation or objectSchemaValidation.
77-
FIXME(chrischdi): explain the format which is
77+
FIXME(chrischdi): explain the format for it.
7878
items:
7979
maxLength: 8192
8080
minLength: 1

operator/v1alpha1/zz_generated.featuregated-crd-manifests/crdcompatibilityrequirements.operator.openshift.io/AAA_ungated.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
x-kubernetes-list-type: set
6767
crdYAML:
6868
description: |-
69-
crdYAML contains the complete YAML document of the CRD from transport config map.
69+
crdYAML contains the complete YAML document of the CRD for schema and object validation purposes.
7070
This field is required.
7171
maxLength: 1572864
7272
minLength: 1
@@ -75,7 +75,7 @@ spec:
7575
description: |-
7676
excludeFields is a set of fields in the yaml which will not be validated by either
7777
crdSchemaValidation or objectSchemaValidation.
78-
FIXME(chrischdi): explain the format which is
78+
FIXME(chrischdi): explain the format for it.
7979
items:
8080
maxLength: 8192
8181
minLength: 1

operator/v1alpha1/zz_generated.swagger_doc_generated.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)