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
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'
47
44
type: string
48
45
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'
55
47
type: string
56
48
metadata:
57
49
type: object
@@ -64,9 +56,7 @@ spec:
64
56
- clusterServiceVersionNames
65
57
properties:
66
58
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".
70
60
type: string
71
61
approved:
72
62
type: boolean
@@ -81,63 +71,37 @@ spec:
81
71
sourceNamespace:
82
72
type: string
83
73
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."
90
75
type: object
91
76
required:
92
77
- catalogSources
93
78
- phase
94
79
properties:
95
80
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.
99
82
type: object
100
83
properties:
101
84
apiVersion:
102
85
description: API version of the referent.
103
86
type: string
104
87
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.'
114
89
type: string
115
90
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'
119
92
type: string
120
93
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'
124
95
type: string
125
96
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/'
129
98
type: string
130
99
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'
134
101
type: string
135
102
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'
139
104
type: string
140
-
x-kubernetes-map-type: atomic
141
105
bundleLookups:
142
106
description: BundleLookups is the set of in-progress requests to pull and unpackage bundle content to the cluster.
143
107
type: array
@@ -158,42 +122,23 @@ spec:
158
122
description: API version of the referent.
159
123
type: string
160
124
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.'
170
126
type: string
171
127
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'
175
129
type: string
176
130
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'
180
132
type: string
181
133
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/'
185
135
type: string
186
136
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'
190
138
type: string
191
139
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'
195
141
type: string
196
-
x-kubernetes-map-type: atomic
197
142
conditions:
198
143
description: Conditions represents the overall state of a BundleLookup.
199
144
type: array
@@ -227,9 +172,7 @@ spec:
227
172
description: Identifier is the catalog-unique name of the operator (the name of the CSV for bundles that contain CSVs)
228
173
type: string
229
174
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.
233
176
type: string
234
177
properties:
235
178
description: The effective properties of the unpacked bundle.
@@ -244,9 +187,7 @@ spec:
244
187
conditions:
245
188
type: array
246
189
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.
250
191
type: object
251
192
properties:
252
193
lastTransitionTime:
@@ -266,10 +207,7 @@ spec:
266
207
description: InstallPlanConditionType describes the state of an InstallPlan at a certain point as a whole.
267
208
type: string
268
209
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.
273
211
type: string
274
212
phase:
275
213
description: InstallPlanPhase is the current status of a InstallPlan as a whole.
@@ -289,9 +227,7 @@ spec:
289
227
resolving:
290
228
type: string
291
229
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.
295
231
type: object
296
232
required:
297
233
- group
@@ -316,14 +252,10 @@ spec:
316
252
version:
317
253
type: string
318
254
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
322
256
type: string
323
257
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.
0 commit comments