Documentation
¶
Index ¶
Constants ¶
const (
UserFinalizer = "buf.red/user-finalizer"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterReconciler ¶
type ClusterReconciler struct { client.Client Scheme *runtime.Scheme EventRecorder record.EventRecorder Engine *ops.OpEngine }
ClusterReconciler reconciles a Cluster object
func (*ClusterReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ClusterReconciler) SetupWithManager ¶
func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type FailoverReconciler ¶
type FailoverReconciler struct { client.Client Scheme *runtime.Scheme EventRecorder record.EventRecorder Engine *ops.OpEngine }
FailoverReconciler reconciles a Failover object
func (*FailoverReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*FailoverReconciler) SetupWithManager ¶
func (r *FailoverReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SentinelReconciler ¶
type SentinelReconciler struct { client.Client Scheme *runtime.Scheme EventRecorder record.EventRecorder Engine *ops.OpEngine }
SentinelReconciler reconciles a Sentinel object
func (*SentinelReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*SentinelReconciler) SetupWithManager ¶
func (r *SentinelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type UserReconciler ¶
type UserReconciler struct { client.Client Scheme *runtime.Scheme K8sClient kubernetes.ClientSet EventRecorder record.EventRecorder Handler *user.UserHandler }
UserReconciler reconciles a User object
func (*UserReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*UserReconciler) SetupWithManager ¶
func (r *UserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.