Documentation
¶
Index ¶
- type AWSManagedClusterReconciler
- type AWSManagedControlPlaneReconciler
- func (r *AWSManagedControlPlaneReconciler) ClusterToAWSManagedControlPlane(o handler.MapObject) []ctrl.Request
- func (r *AWSManagedControlPlaneReconciler) Reconcile(req ctrl.Request) (res ctrl.Result, reterr error)
- func (r *AWSManagedControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSManagedClusterReconciler ¶
type AWSManagedClusterReconciler struct {
client.Client
Log logr.Logger
Recorder record.EventRecorder
}
AWSManagedClusterReconciler reconciles AWSManagedCluster
func (*AWSManagedClusterReconciler) SetupWithManager ¶
func (r *AWSManagedClusterReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
type AWSManagedControlPlaneReconciler ¶
type AWSManagedControlPlaneReconciler struct {
client.Client
Log logr.Logger
Recorder record.EventRecorder
EnableIAM bool
AllowAdditionalRoles bool
}
AWSManagedControlPlaneReconciler reconciles a AWSManagedControlPlane object
func (*AWSManagedControlPlaneReconciler) ClusterToAWSManagedControlPlane ¶
func (r *AWSManagedControlPlaneReconciler) ClusterToAWSManagedControlPlane(o handler.MapObject) []ctrl.Request
ClusterToAWSManagedControlPlane is a handler.ToRequestsFunc to be used to enqueue requests for reconciliation for AWSManagedControlPlane based on updates to a Cluster.
func (*AWSManagedControlPlaneReconciler) Reconcile ¶
func (r *AWSManagedControlPlaneReconciler) Reconcile(req ctrl.Request) (res ctrl.Result, reterr error)
Reconcile will reconcile AWSManagedControlPlane Resources
func (*AWSManagedControlPlaneReconciler) SetupWithManager ¶
func (r *AWSManagedControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
SetupWithManager is used to setup the controller
Click to show internal directories.
Click to hide internal directories.