Merge pull request #3595 from LinuxSuRen/fix-pipe-input-admin

Fix that devops admin users cannot approve a Pipeline input
This commit is contained in:
KubeSphere CI Bot
2021-03-29 10:42:09 +08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -209,4 +209,6 @@ const (
VerbGet = "get"
// VerbWatch represents the verb of watching a resource
VerbWatch = "watch"
// VerbDelete represents the verb of deleting a resource
VerbDelete = "delete"
)