# Functions
CreateClusterComponent creates a new cluster component in the store.
DeleteClusterComponents deletes cluster components by cluster ID.
FindClusterComponent fetches the component for the given cluster and component name.
New creates a new store instance.
NewTest returns a new test store.
# Variables
ClusterComponentNames is the names of cluster components.
# Structs
Cluster represents a cluster.
ClusterComponent represents a component in a cluster.
ClusterSpec is a spec of the cluster.
S represents the data store.