(ctx context.Context, ns string)
| 38 | ListNamespace(ctx context.Context) ([]string, error) |
| 39 | CreateNamespace(ctx context.Context, ns string) error |
| 40 | ExistsNamespace(ctx context.Context, ns string) (bool, error) |
| 41 | RemoveNamespace(ctx context.Context, ns string) error |
| 42 | |
| 43 | ListCluster(ctx context.Context, ns string) ([]string, error) |