Skip to content

Commit e9e1951

Browse files
committed
UPSTREAM: <drop>: Generate manifests
1 parent e2fa0aa commit e9e1951

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

openshift/operator-controller/manifests-experimental.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
phases:
143143
description: |-
144144
Phases are groups of objects that will be applied at the same time.
145-
All objects in the a phase will have to pass their probes in order to progress to the next phase.
145+
All objects in the phase will have to pass their probes in order to progress to the next phase.
146146
items:
147147
description: |-
148148
ClusterExtensionRevisionPhase are groups of objects that will be applied at the same time.
@@ -204,14 +204,17 @@ spec:
204204
- message: previous is immutable
205205
rule: self == oldSelf
206206
revision:
207-
description: Revision number orders changes over time, must always be previous revision +1.
207+
description: |-
208+
Revision is a sequence number representing a specific revision of the ClusterExtension instance.
209+
Must be positive. Each ClusterExtensionRevision of the same parent ClusterExtension needs to have
210+
a unique value assigned. It is immutable after creation. The new revision number must always be previous revision +1.
208211
format: int64
212+
minimum: 1
209213
type: integer
210214
x-kubernetes-validations:
211215
- message: revision is immutable
212216
rule: self == oldSelf
213217
required:
214-
- phases
215218
- revision
216219
type: object
217220
status:

openshift/operator-controller/manifests-experimental/05-customresourcedefinition-clusterextensionrevisions.olm.operatorframework.io.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
phases:
5656
description: |-
5757
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.
5959
items:
6060
description: |-
6161
ClusterExtensionRevisionPhase are groups of objects that will be applied at the same time.
@@ -117,14 +117,17 @@ spec:
117117
- message: previous is immutable
118118
rule: self == oldSelf
119119
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.
121124
format: int64
125+
minimum: 1
122126
type: integer
123127
x-kubernetes-validations:
124128
- message: revision is immutable
125129
rule: self == oldSelf
126130
required:
127-
- phases
128131
- revision
129132
type: object
130133
status:

0 commit comments

Comments
 (0)