Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SourceSecretKeyAnno is an annotations instead of label // because the length of key may be more than 64. SourceSecretKeyAnno = "imagepulljobs.kruise.io/source-key" // SourceSecretUIDLabelKey is designed to select target via source secret. SourceSecretUIDLabelKey = "imagepulljobs.kruise.io/source-uid" // TargetOwnerReferencesAnno records the keys of imagePullJobs that refers // the target secret. If TargetOwnerReferencesAnno is empty, means the target // secret should be deleted. TargetOwnerReferencesAnno = "imagepulljobs.kruise.io/references" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileImagePullJob ¶
ReconcileImagePullJob reconciles a ImagePullJob object
func (*ReconcileImagePullJob) Reconcile ¶
func (r *ReconcileImagePullJob) Reconcile(_ context.Context, request reconcile.Request) (res reconcile.Result, err error)
Reconcile reads that state of the cluster for a ImagePullJob object and makes changes based on the state read and what is in the ImagePullJob.Spec Automatically generate RBAC rules to allow the Controller to read and write Deployments
Click to show internal directories.
Click to hide internal directories.