(ctx context.Context, ns, cluster string)
| 42 | |
| 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 |
no outgoing calls