Skip to content

Commit 43d2876

Browse files
committed
Recreate auto-generated code through make targets
Signed-off-by: Edmund Ochieng <[email protected]>
1 parent 591f5d6 commit 43d2876

14 files changed

+1273
-6277
lines changed

crds/operators.coreos.com_catalogsources.yaml

Lines changed: 111 additions & 573 deletions
Large diffs are not rendered by default.

crds/operators.coreos.com_clusterserviceversions.yaml

Lines changed: 726 additions & 3648 deletions
Large diffs are not rendered by default.

crds/operators.coreos.com_installplans.yaml

Lines changed: 25 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.9.0
6+
creationTimestamp: null
67
name: installplans.operators.coreos.com
78
spec:
89
group: operators.coreos.com
@@ -39,19 +40,10 @@ spec:
3940
- spec
4041
properties:
4142
apiVersion:
42-
description: |-
43-
APIVersion defines the versioned schema of this representation of an object.
44-
Servers should convert recognized schemas to the latest internal value, and
45-
may reject unrecognized values.
46-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
43+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
4744
type: string
4845
kind:
49-
description: |-
50-
Kind is a string value representing the REST resource this object represents.
51-
Servers may infer this from the endpoint the client submits requests to.
52-
Cannot be updated.
53-
In CamelCase.
54-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
46+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
5547
type: string
5648
metadata:
5749
type: object
@@ -64,9 +56,7 @@ spec:
6456
- clusterServiceVersionNames
6557
properties:
6658
approval:
67-
description: |-
68-
Approval is the user approval policy for an InstallPlan.
69-
It must be one of "Automatic" or "Manual".
59+
description: Approval is the user approval policy for an InstallPlan. It must be one of "Automatic" or "Manual".
7060
type: string
7161
approved:
7262
type: boolean
@@ -81,63 +71,37 @@ spec:
8171
sourceNamespace:
8272
type: string
8373
status:
84-
description: |-
85-
InstallPlanStatus represents the information about the status of
86-
steps required to complete installation.
87-
88-
89-
Status may trail the actual state of a system.
74+
description: "InstallPlanStatus represents the information about the status of steps required to complete installation. \n Status may trail the actual state of a system."
9075
type: object
9176
required:
9277
- catalogSources
9378
- phase
9479
properties:
9580
attenuatedServiceAccountRef:
96-
description: |-
97-
AttenuatedServiceAccountRef references the service account that is used
98-
to do scoped operator install.
81+
description: AttenuatedServiceAccountRef references the service account that is used to do scoped operator install.
9982
type: object
10083
properties:
10184
apiVersion:
10285
description: API version of the referent.
10386
type: string
10487
fieldPath:
105-
description: |-
106-
If referring to a piece of an object instead of an entire object, this string
107-
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
108-
For example, if the object reference is to a container within a pod, this would take on a value like:
109-
"spec.containers{name}" (where "name" refers to the name of the container that triggered
110-
the event) or if no container name is specified "spec.containers[2]" (container with
111-
index 2 in this pod). This syntax is chosen only to have some well-defined way of
112-
referencing a part of an object.
113-
TODO: this design is not final and this field is subject to change in the future.
88+
description: 'If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future.'
11489
type: string
11590
kind:
116-
description: |-
117-
Kind of the referent.
118-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
91+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
11992
type: string
12093
name:
121-
description: |-
122-
Name of the referent.
123-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
94+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
12495
type: string
12596
namespace:
126-
description: |-
127-
Namespace of the referent.
128-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
97+
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
12998
type: string
13099
resourceVersion:
131-
description: |-
132-
Specific resourceVersion to which this reference is made, if any.
133-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
100+
description: 'Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
134101
type: string
135102
uid:
136-
description: |-
137-
UID of the referent.
138-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
103+
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
139104
type: string
140-
x-kubernetes-map-type: atomic
141105
bundleLookups:
142106
description: BundleLookups is the set of in-progress requests to pull and unpackage bundle content to the cluster.
143107
type: array
@@ -158,42 +122,23 @@ spec:
158122
description: API version of the referent.
159123
type: string
160124
fieldPath:
161-
description: |-
162-
If referring to a piece of an object instead of an entire object, this string
163-
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
164-
For example, if the object reference is to a container within a pod, this would take on a value like:
165-
"spec.containers{name}" (where "name" refers to the name of the container that triggered
166-
the event) or if no container name is specified "spec.containers[2]" (container with
167-
index 2 in this pod). This syntax is chosen only to have some well-defined way of
168-
referencing a part of an object.
169-
TODO: this design is not final and this field is subject to change in the future.
125+
description: 'If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future.'
170126
type: string
171127
kind:
172-
description: |-
173-
Kind of the referent.
174-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
128+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
175129
type: string
176130
name:
177-
description: |-
178-
Name of the referent.
179-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
131+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
180132
type: string
181133
namespace:
182-
description: |-
183-
Namespace of the referent.
184-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
134+
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
185135
type: string
186136
resourceVersion:
187-
description: |-
188-
Specific resourceVersion to which this reference is made, if any.
189-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
137+
description: 'Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
190138
type: string
191139
uid:
192-
description: |-
193-
UID of the referent.
194-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
140+
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
195141
type: string
196-
x-kubernetes-map-type: atomic
197142
conditions:
198143
description: Conditions represents the overall state of a BundleLookup.
199144
type: array
@@ -227,9 +172,7 @@ spec:
227172
description: Identifier is the catalog-unique name of the operator (the name of the CSV for bundles that contain CSVs)
228173
type: string
229174
path:
230-
description: |-
231-
Path refers to the location of a bundle to pull.
232-
It's typically an image reference.
175+
description: Path refers to the location of a bundle to pull. It's typically an image reference.
233176
type: string
234177
properties:
235178
description: The effective properties of the unpacked bundle.
@@ -244,9 +187,7 @@ spec:
244187
conditions:
245188
type: array
246189
items:
247-
description: |-
248-
InstallPlanCondition represents the overall status of the execution of
249-
an InstallPlan.
190+
description: InstallPlanCondition represents the overall status of the execution of an InstallPlan.
250191
type: object
251192
properties:
252193
lastTransitionTime:
@@ -266,10 +207,7 @@ spec:
266207
description: InstallPlanConditionType describes the state of an InstallPlan at a certain point as a whole.
267208
type: string
268209
message:
269-
description: |-
270-
Message is a human-readable message containing detailed
271-
information that may be important to understanding why the
272-
plan has its current status.
210+
description: Message is a human-readable message containing detailed information that may be important to understanding why the plan has its current status.
273211
type: string
274212
phase:
275213
description: InstallPlanPhase is the current status of a InstallPlan as a whole.
@@ -289,9 +227,7 @@ spec:
289227
resolving:
290228
type: string
291229
resource:
292-
description: |-
293-
StepResource represents the status of a resource to be tracked by an
294-
InstallPlan.
230+
description: StepResource represents the status of a resource to be tracked by an InstallPlan.
295231
type: object
296232
required:
297233
- group
@@ -316,14 +252,10 @@ spec:
316252
version:
317253
type: string
318254
status:
319-
description: |-
320-
StepStatus is the current status of a particular resource an in
321-
InstallPlan
255+
description: StepStatus is the current status of a particular resource an in InstallPlan
322256
type: string
323257
startTime:
324-
description: |-
325-
StartTime is the time when the controller began applying
326-
the resources listed in the plan to the cluster.
258+
description: StartTime is the time when the controller began applying the resources listed in the plan to the cluster.
327259
type: string
328260
format: date-time
329261
served: true

0 commit comments

Comments
 (0)