create admin ns for devops project

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2020-03-23 15:56:37 +08:00
parent 0ac15ea744
commit e06a1a8335
5 changed files with 278 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ type DevOpsProjectSpec struct {
type DevOpsProjectStatus struct {
// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
// Important: Run "make" to regenerate code after modifying this file
AdminNamespace string `json:"adminNamespace,omitempty"`
}
// +genclient