Skip to content

Commit 57fac2d

Browse files
authored
Add validation details for spec.maturity field
Add detailed validation properties for `spec.maturity` field in CSV per CustomResourceDefinition. See: https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/master/deploy/upstream/quickstart/olm.yaml
1 parent c718ec8 commit 57fac2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/design/building-your-csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The metadata section contains general metadata around the name, version and othe
220220

221221
**Provider**: The name of the publishing entity behind the Operator
222222

223-
**Maturity**: The stability of the Operator, eg. alpha, beta or stable
223+
**Maturity**: Level of maturity the Operator has achieved at this version, eg. planning, pre-alpha, alpha, beta, stable, mature, inactive, or deprecated.
224224

225225
**Version**: The semanic version of the Operator. This value should be incremented each time a new Operator image is published.
226226

0 commit comments

Comments
 (0)