package
1.5.3
Repository: https://github.com/llmariner/cluster-manager.git
Documentation: pkg.go.dev

# 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.