Merge branch 'dev' into devops-refactor
# Conflicts: # Makefile # api/api-rules/violation_exceptions.list # api/openapi-spec/swagger.json # cmd/controller-manager/app/controllers.go # hack/generate_client.sh # pkg/apis/cluster/v1alpha1/openapi_generated.go # pkg/client/informers/externalversions/generic.go # pkg/kapis/tenant/v1alpha2/register.go # pkg/models/tenant/devops.go # pkg/models/tenant/workspaces.go # pkg/simple/client/devops/fake/fakedevops.go # tools/cmd/crd-doc-gen/main.go
This commit is contained in:
@@ -52,6 +52,7 @@ func AddToContainer(c *restful.Container, k8sClient k8s.Client, factory informer
|
||||
Doc("List the namespaces of the specified workspace for the current user").
|
||||
Returns(http.StatusOK, api.StatusOK, []v1.Namespace{}).
|
||||
Metadata(restfulspec.KeyOpenAPITags, []string{constants.TenantResourcesTag}))
|
||||
|
||||
c.Add(ws)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user