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: helm/olmv1/base/operator-controller/crd/experimental/olm.operatorframework.io_clusterextensionrevisions.yaml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,9 +122,12 @@ spec:
122
122
- message: previous is immutable
123
123
rule: self == oldSelf
124
124
revision:
125
-
description: Revision number orders changes over time, must always
126
-
be previous revision +1.
125
+
description: |-
126
+
Revision is a sequence number representing a specific revision of the ClusterExtension instance.
127
+
Must be positive. Each ClusterExtensionRevision of the same parent ClusterExtension needs to have
128
+
a unique value assigned. It is immutable after creation. The new revision number must always be previous revision +1.
0 commit comments