Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClaimController ¶
type ClaimController struct{}
A ClaimController reconciles Bucket claims with Azure Account resources, dynamically provisioning them if needed.
func (*ClaimController) SetupWithManager ¶
func (c *ClaimController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the ClaimController using the supplied manager.
type ClaimDefaultingController ¶
type ClaimDefaultingController struct{}
A ClaimDefaultingController reconciles Bucket claims that omit their resource ref, class ref, and class selector by choosing a default Azure Container resource class if one exists.
func (*ClaimDefaultingController) SetupWithManager ¶
func (c *ClaimDefaultingController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the ClaimDefaultingController using the supplied manager.
type ClaimSchedulingController ¶
type ClaimSchedulingController struct{}
A ClaimSchedulingController reconciles Bucket claims that include a class selector but omit their class and resource references by picking a random matching Azure Container class, if any.
func (*ClaimSchedulingController) SetupWithManager ¶
func (c *ClaimSchedulingController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the ClaimSchedulingController using the supplied manager.
type Controller ¶
type Controller struct{}
Controller is responsible for adding the Container controller and its corresponding reconciler to the manager with any runtime configuration.
func (*Controller) SetupWithManager ¶
func (c *Controller) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates a newSyncDeleter 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 ¶
type Reconciler struct { client.Client resource.ManagedReferenceResolver // contains filtered or unexported fields }
Reconciler reconciles an Azure storage container