Documentation ¶
Index ¶
- Constants
- func NewConfigMapForCR(cluster *redisv1alpha1.DistributedRedisCluster, labels map[string]string) *corev1.ConfigMap
- func NewConfigMapForRestore(cluster *redisv1alpha1.DistributedRedisCluster, labels map[string]string) *corev1.ConfigMap
- func RedisConfigMapName(clusterName string) string
- func RestoreConfigMapName(clusterName string) string
Constants ¶
View Source
const ( RestoreSucceeded = "succeeded" RedisConfKey = "redis.conf" )
Variables ¶
This section is empty.
Functions ¶
func NewConfigMapForCR ¶
func NewConfigMapForCR(cluster *redisv1alpha1.DistributedRedisCluster, labels map[string]string) *corev1.ConfigMap
NewConfigMapForCR creates a new ConfigMap for the given Cluster
func NewConfigMapForRestore ¶
func NewConfigMapForRestore(cluster *redisv1alpha1.DistributedRedisCluster, labels map[string]string) *corev1.ConfigMap
func RedisConfigMapName ¶
func RestoreConfigMapName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.