Skip to content

Commit f5f33b7

Browse files
gyliu513Eric Stroczynski
authored andcommitted
doc/user/olm-catalog/generating-a-csv.md: Added displayName as required field. (#2301)
1 parent 736bab7 commit f5f33b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/user/olm-catalog/generating-a-csv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Required:
103103
* `kind`: CRD's `metadata.spec.names.kind`.
104104
* `version`: CRD's `metadata.spec.version`.
105105
* `description` _(user)_ : description of the CRD.
106+
* `displayName` _(user)_ : display name of the CRD.
106107
* `resources` _(user)_ : any Kubernetes resources used by the CRD, ex. `Pod`'s and `ConfigMap`'s.
107108
* `specDescriptors` _(user)_ : UI hints for inputs and outputs of the Operator's spec.
108109
* `statusDescriptors` _(user)_ : UI hints for inputs and outputs of the Operator's status.

0 commit comments

Comments
 (0)