@@ -37,11 +37,11 @@ type PageableDevOpsProject struct {
|
||||
}
|
||||
|
||||
type DevOpsProject struct {
|
||||
ProjectId string `json:"project_id" db:"project_id" description:"ProjectId must be unique within a namespace, it is generated by kubesphere."`
|
||||
ProjectId string `json:"project_id" db:"project_id" description:"ProjectId must be unique within a workspace, it is generated by kubesphere."`
|
||||
|
||||
Name string `json:"name" description:"DevOps Projects's Name'"`
|
||||
Name string `json:"name" description:"DevOps Projects's Name"`
|
||||
|
||||
Description string `json:"description,omitempty" description:"DevOps Projets's Description, used to describe the DevOps Project'"`
|
||||
Description string `json:"description,omitempty" description:"DevOps Projects's Description, used to describe the DevOps Project'"`
|
||||
|
||||
Creator string `json:"creator" description:"Creator's username'"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user