package
3.2.0-rc.1
Repository: https://github.com/rancher/wrangler.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterJobGeneratingHandler configures a JobController to execute a JobGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterJobStatusHandler configures a JobController to execute a JobStatusHandler for every events observed.

# Interfaces

No description provided by the author
JobCache interface for retrieving Job resources in memory.
JobClient interface for managing Job resources in Kubernetes.
JobController interface for managing Job resources.

# Type aliases

JobGeneratingHandler is the top-level handler that is executed for every Job event.
JobStatusHandler is executed for every added or modified Job.