@@ -255,6 +255,62 @@ spec:
255
255
- feature
256
256
type : object
257
257
type : array
258
+ importerConfiguration :
259
+ description : |-
260
+ ImporterConfiguration is the configuration to import managed clusters from the hub cluster. It applies only when
261
+ feature gate ClusterImporter is enabled.
262
+ properties :
263
+ agentImage :
264
+ description : |-
265
+ AgentImage is the image of the klusterlet agent. If it is not set, the default image
266
+ will be used with the corresponding version.
267
+ type : string
268
+ imagePullSecrets :
269
+ description : ImagePullSecret is the image pull secret for
270
+ the klusterlet agent.
271
+ properties :
272
+ apiVersion :
273
+ description : API version of the referent.
274
+ type : string
275
+ fieldPath :
276
+ description : |-
277
+ If referring to a piece of an object instead of an entire object, this string
278
+ should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
279
+ For example, if the object reference is to a container within a pod, this would take on a value like:
280
+ "spec.containers{name}" (where "name" refers to the name of the container that triggered
281
+ the event) or if no container name is specified "spec.containers[2]" (container with
282
+ index 2 in this pod). This syntax is chosen only to have some well-defined way of
283
+ referencing a part of an object.
284
+ TODO: this design is not final and this field is subject to change in the future.
285
+ type : string
286
+ kind :
287
+ description : |-
288
+ Kind of the referent.
289
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
290
+ type : string
291
+ name :
292
+ description : |-
293
+ Name of the referent.
294
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
295
+ type : string
296
+ namespace :
297
+ description : |-
298
+ Namespace of the referent.
299
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
300
+ type : string
301
+ resourceVersion :
302
+ description : |-
303
+ Specific resourceVersion to which this reference is made, if any.
304
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
305
+ type : string
306
+ uid :
307
+ description : |-
308
+ UID of the referent.
309
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
310
+ type : string
311
+ type : object
312
+ x-kubernetes-map-type : atomic
313
+ type : object
258
314
type : object
259
315
registrationImagePullSpec :
260
316
default : quay.io/open-cluster-management/registration
0 commit comments