Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureContainer ¶
func ConfigureContainer(_ context.Context, cm resource.Claim, cs resource.NonPortableClass, mg resource.Managed) error
ConfigureContainer configures the supplied resource (presumed to be an Container) using the supplied resource claim (presumed to be a Bucket) and resource class.
Types ¶
type ClaimController ¶
type ClaimController struct{}
ClaimController is responsible for adding the Container claim controller and its corresponding reconciler to the manager with any runtime configuration.
func (*ClaimController) SetupWithManager ¶
func (c *ClaimController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds a controller that reconciles Bucket resource claims.
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 ¶
Reconciler reconciles an Azure storage container