@@ -127,6 +127,87 @@ spec:
127
127
uid :
128
128
description : ' UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
129
129
type : string
130
+ bundleLookups :
131
+ type : array
132
+ items :
133
+ type : object
134
+ required :
135
+ - catalogSourceRef
136
+ - path
137
+ - replaces
138
+ properties :
139
+ catalogSourceRef :
140
+ description : ObjectReference contains enough information to let
141
+ you inspect or modify the referred object.
142
+ type : object
143
+ properties :
144
+ apiVersion :
145
+ description : API version of the referent.
146
+ type : string
147
+ fieldPath :
148
+ description : ' If referring to a piece of an object instead
149
+ of an entire object, this string should contain a valid
150
+ JSON/Go field access statement, such as desiredState.manifest.containers[2].
151
+ For example, if the object reference is to a container within
152
+ a pod, this would take on a value like: "spec.containers{name}"
153
+ (where "name" refers to the name of the container that triggered
154
+ the event) or if no container name is specified "spec.containers[2]"
155
+ (container with index 2 in this pod). This syntax is chosen
156
+ only to have some well-defined way of referencing a part
157
+ of an object. TODO: this design is not final and this field
158
+ is subject to change in the future.'
159
+ type : string
160
+ kind :
161
+ description : ' Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
162
+ type : string
163
+ name :
164
+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
165
+ type : string
166
+ namespace :
167
+ description : ' Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
168
+ type : string
169
+ resourceVersion :
170
+ description : ' Specific resourceVersion to which this reference
171
+ is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
172
+ type : string
173
+ uid :
174
+ description : ' UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
175
+ type : string
176
+ conditions :
177
+ type : array
178
+ items :
179
+ type : object
180
+ required :
181
+ - status
182
+ - type
183
+ properties :
184
+ lastTransitionTime :
185
+ description : Last time the condition transitioned from one
186
+ status to another.
187
+ type : string
188
+ format : date-time
189
+ lastUpdateTime :
190
+ description : Last time the condition was probed
191
+ type : string
192
+ format : date-time
193
+ message :
194
+ description : A human readable message indicating details
195
+ about the transition.
196
+ type : string
197
+ reason :
198
+ description : The reason for the condition's last transition.
199
+ type : string
200
+ status :
201
+ description : Status of the condition, one of True, False,
202
+ Unknown.
203
+ type : string
204
+ type :
205
+ description : Type of condition.
206
+ type : string
207
+ path :
208
+ type : string
209
+ replaces :
210
+ type : string
130
211
catalogSources :
131
212
type : array
132
213
items :
0 commit comments