# Functions
Add creates a new Partition ManagementGroup and adds it to the Manager.
GetClusterHeadlessServiceName returns the headless service name for the given cluster.
GetClusterIDFromClusterAnnotations returns the cluster ID from the given cluster annotations.
GetDatabaseFromClusterAnnotations returns the database name from the given cluster annotations.
GetProxyDeploymentName returns the StatefulSet name for the given partition.
NewClusterConfigMap returns a new ConfigMap for initializing Atomix clusters.
NewClusterHeadlessService returns a new headless service for a cluster group.
NewClusterService returns a new service for a cluster.
NewContainer creates a new container builder.
NewStatefulSet returns a new StatefulSet for a cluster group.
# Structs
Container container type defines an abstraction for containers.
Reconciler reconciles a Cluster object.
# Interfaces
ContainerBuilder container builder interface.