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