Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructWorkloadFor ¶
func SetupIndexes ¶ added in v0.2.0
func SetupIndexes(indexer client.FieldIndexer) error
Types ¶
type JobReconciler ¶
type JobReconciler struct {
// contains filtered or unexported fields
}
JobReconciler reconciles a Job object
func NewReconciler ¶
func NewReconciler( scheme *runtime.Scheme, client client.Client, record record.EventRecorder, opts ...Option) *JobReconciler
func (*JobReconciler) SetupWithManager ¶
func (r *JobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager. It indexes workloads based on the owning jobs.
Click to show internal directories.
Click to hide internal directories.