(ctx context.Context, ns string, cluster *Cluster)
| 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 |
| 49 | |
| 50 | CheckNewNodes(ctx context.Context, nodes []string) error |
no outgoing calls
no test coverage detected