# Functions

NewDefaultWorkerPool returns a new worker pool for a give resource type with the given configuration.
NewOnDemandDeleteJob returns an on demand job for operation Create or Update.
NewOnDemandDeleteJob returns an on demand job for operation Deleted.
NewOnDemandDeleteNodeJob returns a delete node job.
NewOnDemandProcessDeleteQueueJob returns a process delete queue job.
NewOnDemandReconcileJob returns a reconcile job.
NewWarmPoolCreateJob returns a job on warm pool of resource.
No description provided by the author
NewWarmPoolReSyncJob returns a job to re-sync the warm pool with upstream.
No description provided by the author

# Constants

OperationCreate represents pods that are in created state.
OperationDelete represents pods that have been deleted.
OperationDeleteNode represents the job to delete the node.
OperationDeleting represents pods that are being deleted.
No description provided by the author
OperationReconcileNode represents a reconcile operation that reclaims dangling network interfaces using local cache.
OperationReconcileNotRequired represents job that don't need execution.
OperationReSyncPool represents a job to re-sync a dirty pool.

# Variables

# Structs

OnDemandJob represents the job that will be executed by the respective worker.
WarmPoolJob represents the job for a resource handler for warm pool resources.

# Interfaces

No description provided by the author

# Type aliases

Operations are the supported operations for on demand resource handler.