Documentation ¶
Index ¶
Constants ¶
View Source
const ( CreateMessage string = "successfully created Job for Coherence resource '%s'" FailedToPatchMessage string = "failed to patch Coherence resource %s due to error\n%s" )
Variables ¶
This section is empty.
Functions ¶
func NewJobReconciler ¶
func NewJobReconciler(mgr manager.Manager, cs clients.ClientSet) reconciler.SecondaryResourceReconciler
NewJobReconciler returns a new Job reconciler.
Types ¶
type ReconcileJob ¶
type ReconcileJob struct {
reconciler.ReconcileSecondaryResource
}
ReconcileJob is a reconciler for Jobs.
func (*ReconcileJob) GetReconciler ¶
func (in *ReconcileJob) GetReconciler() reconcile.Reconciler
func (*ReconcileJob) ReconcileAllResourceOfKind ¶
func (in *ReconcileJob) ReconcileAllResourceOfKind(ctx context.Context, request reconcile.Request, deployment coh.CoherenceResource, storage utils.Storage) (reconcile.Result, error)
ReconcileAllResourceOfKind will process the specified reconcile request for the specified deployment. The previous state being reconciled can be obtained from the storage parameter.
Click to show internal directories.
Click to hide internal directories.