Add new permission.

This commit is contained in:
Michael Lipp 2024-06-09 15:22:46 +02:00
parent 074f0cf7da
commit 1dc3c1cc89

View file

@ -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