Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigReconcilerOperands = []operands.Operand{ &pod_group_controller.PodGroupController{}, &admission.Admission{}, }
Functions ¶
This section is empty.
Types ¶
type ConfigReconciler ¶
type ConfigReconciler struct {
client.Client
Scheme *runtime.Scheme
*status_reconciler.StatusReconciler
// contains filtered or unexported fields
}
ConfigReconciler reconciles a Config object
func (*ConfigReconciler) Reconcile ¶
func (r *ConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (response ctrl.Result, err error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.4/pkg/reconcile
func (*ConfigReconciler) SetOperands ¶
func (r *ConfigReconciler) SetOperands(ops []operands.Operand)
func (*ConfigReconciler) SetupWithManager ¶
func (r *ConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.