Skip to content

Commit e97cbc1

Browse files
authored
Merge pull request #22297 from madorn/patch-1
Correct spec.maturity definition and add spec.capabilities
2 parents 6c45a6e + d0e82f9 commit e97cbc1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/osdk-manually-defined-csv-fields.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ generation when a lack of data in any of the required fields is detected.
2222
|A unique name for this CSV. Operator version should be included in the name to
2323
ensure uniqueness, for example `app-operator.v0.1.1`.
2424

25+
|`metadata.capabilities`
26+
|The Operator's capability level according to the Operator maturity model, for
27+
example `Seamless Upgrades`.
28+
2529
|`spec.displayName`
2630
|A public name to identify the Operator.
2731

@@ -75,8 +79,8 @@ application being managed, each with a `name` and `url`.
7579
a `mediatype`.
7680

7781
|`spec.maturity`
78-
|The Operator's capability level according to the Operator maturity model, for
79-
example `Seamless Upgrades`.
82+
|The level of maturity the software has achieved at this version, for
83+
example `alpha`, `beta`, `stable`.
8084
|===
8185

8286
Further details on what data each field above should hold are found in the

0 commit comments

Comments
 (0)