Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureAKSCluster ¶
func ConfigureAKSCluster(_ context.Context, cm resource.Claim, cs resource.NonPortableClass, mg resource.Managed) error
ConfigureAKSCluster configures the supplied resource (presumed to be a AKSCluster) using the supplied resource claim (presumed to be a KubernetesCluster) and resource class.
Types ¶
type AKSClusterClaimController ¶
type AKSClusterClaimController struct{}
AKSClusterClaimController is responsible for adding the AKSCluster claim controller and its corresponding reconciler to the manager with any runtime configuration.
func (*AKSClusterClaimController) SetupWithManager ¶
func (c *AKSClusterClaimController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds a controller that reconciles KubernetesCluster resource claims.
type AKSClusterController ¶
type AKSClusterController struct {
Reconciler reconcile.Reconciler
}
AKSClusterController is responsible for adding the AKSCluster controller and its corresponding reconciler to the manager with any runtime configuration.
func (*AKSClusterController) SetupWithManager ¶
func (c *AKSClusterController) 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 AKSCluster object
func NewAKSClusterReconciler ¶
func NewAKSClusterReconciler(mgr manager.Manager, aksSetupAPIFactory compute.AKSSetupAPIFactory, clientset kubernetes.Interface) *Reconciler
NewAKSClusterReconciler returns a new reconcile.Reconciler