@@ -1199,7 +1199,7 @@ spec:
11991199 is Always
12001200 type : string
12011201 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
12031203 items :
12041204 description : |-
12051205 LocalObjectReference contains enough information to let you locate the
@@ -1212,7 +1212,9 @@ spec:
12121212 This field is effectively required, but due to backwards compatibility is
12131213 allowed to be empty. Instances of this type with an empty value here are
12141214 almost certainly wrong.
1215+ TODO: Add other useful fields. apiVersion, kind, uid?
12151216 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.
12161218 type : string
12171219 type : object
12181220 x-kubernetes-map-type : atomic
@@ -1453,25 +1455,6 @@ spec:
14531455 Cannot be updated.
14541456 More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
14551457 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
14751458 lifecycle :
14761459 description : |-
14771460 Actions that the management system should take in response to container lifecycle events.
0 commit comments