Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CapiClusterReconciler ¶
type CapiClusterReconciler struct { client.Client Scheme *runtime.Scheme LoggingReconciler loggingreconciler.LoggingReconciler }
CapiClusterReconciler reconciles a Cluster object
func (*CapiClusterReconciler) Reconcile ¶
func (r *CapiClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result 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. It compares the state specified by the Cluster object against the actual cluster state, and then perform operations to make the cluster state reflect 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 (*CapiClusterReconciler) SetupWithManager ¶
func (r *CapiClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type VintageMCReconciler ¶
type VintageMCReconciler struct { client.Client Scheme *runtime.Scheme LoggingReconciler loggingreconciler.LoggingReconciler }
VintageMCReconciler reconciles a Service object
func (*VintageMCReconciler) Reconcile ¶
func (r *VintageMCReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result 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 (*VintageMCReconciler) SetupWithManager ¶
func (r *VintageMCReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type VintageWCReconciler ¶
type VintageWCReconciler struct { client.Client Scheme *runtime.Scheme LoggingReconciler loggingreconciler.LoggingReconciler }
VintageWCReconciler reconciles a Cluster object
func (*VintageWCReconciler) Reconcile ¶
func (r *VintageWCReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result 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. It compares the state specified by the Cluster object against the actual cluster state, and then perform operations to make the cluster state reflect 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 (*VintageWCReconciler) SetupWithManager ¶
func (r *VintageWCReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.