| 33 | } |
| 34 | |
| 35 | type remoteNamespaces struct { |
| 36 | client api.NamespacesClient |
| 37 | } |
| 38 | |
| 39 | func (r *remoteNamespaces) Create(ctx context.Context, namespace string, labels map[string]string) error { |
| 40 | var req api.CreateNamespaceRequest |
nothing calls this directly
no outgoing calls
no test coverage detected