We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
displayName
1 parent 736bab7 commit f5f33b7Copy full SHA for f5f33b7
doc/user/olm-catalog/generating-a-csv.md
@@ -103,6 +103,7 @@ Required:
103
* `kind`: CRD's `metadata.spec.names.kind`.
104
* `version`: CRD's `metadata.spec.version`.
105
* `description` _(user)_ : description of the CRD.
106
+ * `displayName` _(user)_ : display name of the CRD.
107
* `resources` _(user)_ : any Kubernetes resources used by the CRD, ex. `Pod`'s and `ConfigMap`'s.
108
* `specDescriptors` _(user)_ : UI hints for inputs and outputs of the Operator's spec.
109
* `statusDescriptors` _(user)_ : UI hints for inputs and outputs of the Operator's status.
0 commit comments