Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to create a project in KubeSphere workspace #71

Open
LinuxSuRen opened this issue Mar 9, 2021 · 0 comments
Open

Add support to create a project in KubeSphere workspace #71

LinuxSuRen opened this issue Mar 9, 2021 · 0 comments

Comments

@LinuxSuRen
Copy link
Contributor

Below is an example of a project:

apiVersion: v1
kind: Namespace
metadata:
  annotations:
    kubesphere.io/creator: admin
  finalizers:
  - finalizers.kubesphere.io/namespaces
  labels:
    kubesphere.io/namespace: b2i
    kubesphere.io/workspace: test
  name: b2i
  ownerReferences:
  - apiVersion: tenant.kubesphere.io/v1alpha1
    blockOwnerDeletion: true
    controller: true
    kind: Workspace
    name: test
    uid: 45ed0813-fb91-41d7-af5c-1aa1526d99d4
spec:
  finalizers:
  - kubernetes
status:
  phase: Active

Why need this?

It can benefit automated tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant