Documentation
¶
Index ¶
- Constants
- type DataOpJobReconciler
- func (f *DataOpJobReconciler) ControllerName() string
- func (f *DataOpJobReconciler) ManagedResource() client.Object
- func (f *DataOpJobReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
- func (f *DataOpJobReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
Constants ¶
View Source
const DataOpJobControllerName string = "DataOpJobController"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataOpJobReconciler ¶
func NewDataOpJobReconciler ¶
func NewDataOpJobReconciler(client client.Client, log logr.Logger, recorder record.EventRecorder) *DataOpJobReconciler
func (*DataOpJobReconciler) ControllerName ¶
func (f *DataOpJobReconciler) ControllerName() string
func (*DataOpJobReconciler) ManagedResource ¶
func (f *DataOpJobReconciler) ManagedResource() client.Object
func (*DataOpJobReconciler) Reconcile ¶
func (f *DataOpJobReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reconciles Jobs +kubebuilder:rbac:groups=v1,resources=pods,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=v1,resources=pods/status,verbs=get;update;patch
func (*DataOpJobReconciler) SetupWithManager ¶
func (f *DataOpJobReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.