Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureEKSCluster ¶
func ConfigureEKSCluster(_ context.Context, cm resource.Claim, cs resource.NonPortableClass, mg resource.Managed) error
ConfigureEKSCluster configures the supplied resource (presumed to be a EKSCluster) using the supplied resource claim (presumed to be a KubernetesCluster) and resource class.
Types ¶
type EKSClusterClaimController ¶
type EKSClusterClaimController struct{}
EKSClusterClaimController is responsible for adding the EKSCluster claim controller and its corresponding reconciler to the manager with any runtime configuration.
func (*EKSClusterClaimController) SetupWithManager ¶
func (c *EKSClusterClaimController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds a controller that reconciles KubernetesCluster resource claims.
type EKSClusterController ¶
type EKSClusterController struct{}
EKSClusterController is responsible for adding the EKSCluster controller and its corresponding reconciler to the manager with any runtime configuration.
func (*EKSClusterController) SetupWithManager ¶
func (c *EKSClusterController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates a new Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
type Reconciler ¶
Reconciler reconciles a Provider object