@@ -1199,7 +1199,7 @@ spec:
1199
1199
is Always
1200
1200
type : string
1201
1201
imagePullSecrets :
1202
- description : List of Secret resource containing access credentials to the registry. Required if the docker registry is private.
1202
+ description : (Optional) imagePullSecrets to set to Dragonfly
1203
1203
items :
1204
1204
description : |-
1205
1205
LocalObjectReference contains enough information to let you locate the
@@ -1212,7 +1212,9 @@ spec:
1212
1212
This field is effectively required, but due to backwards compatibility is
1213
1213
allowed to be empty. Instances of this type with an empty value here are
1214
1214
almost certainly wrong.
1215
+ TODO: Add other useful fields. apiVersion, kind, uid?
1215
1216
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1217
+ TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
1216
1218
type : string
1217
1219
type : object
1218
1220
x-kubernetes-map-type : atomic
@@ -1453,25 +1455,6 @@ spec:
1453
1455
Cannot be updated.
1454
1456
More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
1455
1457
type : string
1456
- imagePullSecrets :
1457
- description : List of Secret resource containing access credentials to the registry. Required if the docker registry is private.
1458
- items :
1459
- description : |-
1460
- LocalObjectReference contains enough information to let you locate the
1461
- referenced object inside the same namespace.
1462
- properties :
1463
- name :
1464
- default : " "
1465
- description : |-
1466
- Name of the referent.
1467
- This field is effectively required, but due to backwards compatibility is
1468
- allowed to be empty. Instances of this type with an empty value here are
1469
- almost certainly wrong.
1470
- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1471
- type : string
1472
- type : object
1473
- x-kubernetes-map-type : atomic
1474
- type : array
1475
1458
lifecycle :
1476
1459
description : |-
1477
1460
Actions that the management system should take in response to container lifecycle events.
0 commit comments