Documentation
¶
Index ¶
- func AddIndexers(ctx context.Context, mgr mcmanager.Manager) error
- type InstanceReconciler
- type WorkloadDeploymentReconciler
- func (r *WorkloadDeploymentReconciler) Finalize(ctx context.Context, obj client.Object) (finalizer.Result, error)
- func (r *WorkloadDeploymentReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
- func (r *WorkloadDeploymentReconciler) SetupWithManager(mgr mcmanager.Manager) error
- type WorkloadDeploymentScheduler
- type WorkloadReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstanceReconciler ¶
type InstanceReconciler struct {
// contains filtered or unexported fields
}
InstanceReconciler reconciles an Instance object
func (*InstanceReconciler) Reconcile ¶
func (r *InstanceReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (_ ctrl.Result, err error)
func (*InstanceReconciler) SetupWithManager ¶
func (r *InstanceReconciler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
type WorkloadDeploymentReconciler ¶
type WorkloadDeploymentReconciler struct {
// contains filtered or unexported fields
}
WorkloadDeploymentReconciler reconciles a WorkloadDeployment object
func (*WorkloadDeploymentReconciler) Reconcile ¶
func (r *WorkloadDeploymentReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
func (*WorkloadDeploymentReconciler) SetupWithManager ¶
func (r *WorkloadDeploymentReconciler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
type WorkloadDeploymentScheduler ¶
type WorkloadDeploymentScheduler struct {
// contains filtered or unexported fields
}
WorkloadDeploymentScheduler schedules a WorkloadDeployment
func (*WorkloadDeploymentScheduler) Reconcile ¶
func (r *WorkloadDeploymentScheduler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
func (*WorkloadDeploymentScheduler) SetupWithManager ¶
func (r *WorkloadDeploymentScheduler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
type WorkloadReconciler ¶
type WorkloadReconciler struct {
// contains filtered or unexported fields
}
WorkloadReconciler reconciles a Workload object
func (*WorkloadReconciler) Reconcile ¶
func (r *WorkloadReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
func (*WorkloadReconciler) SetupWithManager ¶
func (r *WorkloadReconciler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.