Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BucketClaimController ¶
type BucketClaimController struct{}
BucketClaimController is responsible for adding the Bucket claim controller and its corresponding reconciler to the manager with any runtime configuration.
func (*BucketClaimController) SetupWithManager ¶
func (c *BucketClaimController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds a controller that reconciles Bucket resource claims.
type BucketController ¶
type BucketController struct{}
BucketController is responsible for adding the Bucket controller and its corresponding reconciler to the manager with any runtime configuration.
func (*BucketController) SetupWithManager ¶
func (c *BucketController) 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 a GCP storage bucket bucket
Click to show internal directories.
Click to hide internal directories.