Add new permission.
This commit is contained in:
parent
074f0cf7da
commit
1dc3c1cc89
1 changed files with 6 additions and 1 deletions
|
|
@ -1012,7 +1012,12 @@ spec:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
enum: ["start", "stop", "accessConsole", "*"]
|
||||
enum:
|
||||
- start
|
||||
- stop
|
||||
- reset
|
||||
- accessConsole
|
||||
- "*"
|
||||
default: []
|
||||
vm:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue