Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSMachineTemplateReconciler ¶
type AWSMachineTemplateReconciler struct {
client.Client
EnableKiamRole bool
EnableRoute53Role bool
AWSClient awsclient.AwsClientInterface
IAMClientFactory func(awsclientgo.ConfigProvider, string) iamiface.IAMAPI
}
AWSMachineTemplateReconciler reconciles a AWSMachineTemplate object
func (*AWSMachineTemplateReconciler) Reconcile ¶
func (r *AWSMachineTemplateReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, 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.8.3/pkg/reconcile
func (*AWSMachineTemplateReconciler) SetupWithManager ¶
func (r *AWSMachineTemplateReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AWSManagedControlPlaneReconciler ¶ added in v0.10.0
type AWSManagedControlPlaneReconciler struct {
client.Client
AWSClient awsclient.AwsClientInterface
IAMClientFactory func(awsclientgo.ConfigProvider, string) iamiface.IAMAPI
}
AWSManagedControlPlaneReconciler reconciles a AWSManagedControlPlane object
func (*AWSManagedControlPlaneReconciler) SetupWithManager ¶ added in v0.10.0
func (r *AWSManagedControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MachinePoolReconciler ¶ added in v1.0.0
type MachinePoolReconciler struct {
client.Client
IAMClientFactory func(awsclientgo.ConfigProvider, string) iamiface.IAMAPI
AWSClient awsclient.AwsClientInterface
}
MachinePoolReconciler reconciles a AWSMachinePool object
func (*MachinePoolReconciler) SetupWithManager ¶ added in v1.0.0
SetupWithManager sets up the controller with the Manager.