# Functions
New returns a new Kubernetes client set.
NewCluster returns a new RedisCluster client.
NewConfigMap returns a new ConfigMap client.
NewDeployment returns a new Deployment client.
NewEvent returns a new Event client.
NewNameSpaces returns a new NameSpaces client.
NewPod returns a new Pod client.
NewPodDisruptionBudget returns a new PodDisruptionBudget client.
NewService returns a new Service client.
NewStatefulSet returns a new StatefulSet client.
# Structs
ClusterOption is the RedisCluster client that using API calls to kubernetes.
ConfigMapOption is the configMap client interface implementation that using API calls to kubernetes.
DeploymentOption is the deployment client interface implementation that using API calls to kubernetes.
EventOption is the Event client interface implementation that using API calls to kubernetes.
NameSpacesOption is the NameSpaces client implementation using API calls to kubernetes.
PodDisruptionBudgetOption is the podDisruptionBudget client implementation using API calls to kubernetes.
PodOption is the pod client interface implementation using API calls to kubernetes.
ServiceOption is the service client implementation using API calls to kubernetes.
StatefulSetOption is the StatefulSet client implementation using API calls to kubernetes.
# Interfaces
Cluster the client that knows how to interact with kubernetes to manage RedisCluster.
ConfigMap the client that knows how to interact with kubernetes to manage them.
Deployment the client that knows how to interact with kubernetes to manage them.
Event the client that push event to kubernetes.
NameSpaces the client that knows how to interact with kubernetes to manage them.
Pod the client that knows how to interact with kubernetes to manage them.
PodDisruptionBudget the client that knows how to interact with kubernetes to manage them.
Service the client that knows how to interact with kubernetes to manage them.
Service is the kubernetes service entrypoint.
StatefulSet the StatefulSet client that knows how to interact with kubernetes to manage them.