MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / RemoveCluster

Method RemoveCluster

store/store.go:45–45  ·  view source on GitHub ↗
(ctx context.Context, ns, cluster string)

Source from the content-addressed store, hash-verified

43 ListCluster(ctx context.Context, ns string) ([]string, error)
44 GetCluster(ctx context.Context, ns, cluster string) (*Cluster, error)
45 RemoveCluster(ctx context.Context, ns, cluster string) error
46 CreateCluster(ctx context.Context, ns string, cluster *Cluster) error
47 UpdateCluster(ctx context.Context, ns string, cluster *Cluster) error
48 SetCluster(ctx context.Context, ns string, clusterInfo *Cluster) error

Callers 1

RemoveMethod · 0.65

Implementers 1

ClusterStorestore/store.go

Calls

no outgoing calls

Tested by

no test coverage detected