package
0.1.1
Repository: https://github.com/jaehanbyun/redis-operator.git
Documentation: pkg.go.dev

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

Redis is the Schema for the redis API.
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="MASTERS",type=integer,JSONPath=`.spec.masters`,description="Number of master nodes" +kubebuilder:printcolumn:name="REPLICAS",type=integer,JSONPath=`.spec.replicas`,description="Number of replica nodes" +kubebuilder:printcolumn:name="MAXMEMORY",type=string,JSONPath=`.spec.maxMemory`,description="Maximum memory for Redis nodes" +kubebuilder:printcolumn:name="BASEPORT",type=integer,JSONPath=`.spec.basePort`,description="Base port for Redis nodes" +kubebuilder:printcolumn:name="AGE",type=date,JSONPath=`.metadata.creationTimestamp`,description="Age of the Redis cluster" RedisCluster is the Schema for the redisclusters API.
RedisClusterList contains a list of RedisCluster.
RedisClusterSpec defines the desired state of RedisCluster.
RedisClusterStatus defines the observed state of RedisCluster.
RedisList contains a list of Redis.
No description provided by the author
RedisSpec defines the desired state of Redis.
RedisStatus defines the observed state of Redis.