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
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
enum: ["start", "stop", "accessConsole", "*"]
|
enum:
|
||||||
|
- start
|
||||||
|
- stop
|
||||||
|
- reset
|
||||||
|
- accessConsole
|
||||||
|
- "*"
|
||||||
default: []
|
default: []
|
||||||
vm:
|
vm:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue