Versions in this module Expand all Collapse all v0 v0.1.0 Sep 19, 2019 Changes in this version + const NamePrefix + func CacheClusterNeedsUpdate(kube *v1alpha2.ReplicationGroup, cc elasticache.CacheCluster) bool + func IsAlreadyExists(err error) bool + func IsNotFound(err error) bool + func NewCreateReplicationGroupInput(g *v1alpha2.ReplicationGroup, authToken string) *elasticache.CreateReplicationGroupInput + func NewDeleteReplicationGroupInput(g *v1alpha2.ReplicationGroup) *elasticache.DeleteReplicationGroupInput + func NewDescribeCacheClustersInput(cluster string) *elasticache.DescribeCacheClustersInput + func NewDescribeReplicationGroupsInput(g *v1alpha2.ReplicationGroup) *elasticache.DescribeReplicationGroupsInput + func NewModifyReplicationGroupInput(g *v1alpha2.ReplicationGroup) *elasticache.ModifyReplicationGroupInput + func NewReplicationGroupDescription(g *v1alpha2.ReplicationGroup) string + func NewReplicationGroupID(o metav1.Object) string + func ReplicationGroupNeedsUpdate(kube *v1alpha2.ReplicationGroup, rg elasticache.ReplicationGroup) bool + type Client elasticacheiface.ElastiCacheAPI + func NewClient(credentials []byte, region string) (Client, error) + type Endpoint struct + Address string + Port int + func ConnectionEndpoint(rg elasticache.ReplicationGroup) Endpoint