You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openshift/operator-controller/manifests-experimental/05-customresourcedefinition-clusterextensionrevisions.olm.operatorframework.io.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ spec:
55
55
phases:
56
56
description: |-
57
57
Phases are groups of objects that will be applied at the same time.
58
-
All objects in the a phase will have to pass their probes in order to progress to the next phase.
58
+
All objects in the phase will have to pass their probes in order to progress to the next phase.
59
59
items:
60
60
description: |-
61
61
ClusterExtensionRevisionPhase are groups of objects that will be applied at the same time.
@@ -117,14 +117,17 @@ spec:
117
117
- message: previous is immutable
118
118
rule: self == oldSelf
119
119
revision:
120
-
description: Revision number orders changes over time, must always be previous revision +1.
120
+
description: |-
121
+
Revision is a sequence number representing a specific revision of the ClusterExtension instance.
122
+
Must be positive. Each ClusterExtensionRevision of the same parent ClusterExtension needs to have
123
+
a unique value assigned. It is immutable after creation. The new revision number must always be previous revision +1.
0 commit comments