Skip to content

Commit

Permalink
doc/user/olm-catalog/generating-a-csv.md: Added displayName as requ…
Browse files Browse the repository at this point in the history
…ired field. (operator-framework#2301)
  • Loading branch information
gyliu513 authored and Eric Stroczynski committed Dec 6, 2019
1 parent 736bab7 commit f5f33b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/user/olm-catalog/generating-a-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Required:
* `kind`: CRD's `metadata.spec.names.kind`.
* `version`: CRD's `metadata.spec.version`.
* `description` _(user)_ : description of the CRD.
* `displayName` _(user)_ : display name of the CRD.
* `resources` _(user)_ : any Kubernetes resources used by the CRD, ex. `Pod`'s and `ConfigMap`'s.
* `specDescriptors` _(user)_ : UI hints for inputs and outputs of the Operator's spec.
* `statusDescriptors` _(user)_ : UI hints for inputs and outputs of the Operator's status.
Expand Down

0 comments on commit f5f33b7

Please sign in to comment.