So auto login according to pool setting.
This commit is contained in:
parent
701194799f
commit
dfe3038463
5 changed files with 36 additions and 34 deletions
|
|
@ -25,6 +25,12 @@ spec:
|
|||
type: string
|
||||
pattern: '^(?:\d{4}-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12]\d|3[01])T(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:\.\d{1,9})?(?:Z|[+-](?:[01]\d|2[0-3])(?:|:?[0-5]\d))|P(?:\d+Y)?(?:\d+M)?(?:\d+W)?(?:\d+D)?(?:T(?:\d+[Hh])?(?:\d+[Mm])?(?:\d+(?:\.\d{1,9})?[Ss])?)?)$'
|
||||
default: "PT1h"
|
||||
loginOnAssignment:
|
||||
description: >-
|
||||
If set to true, the user will be automatically logged in
|
||||
to the VM's console when the VM is assigned to him.
|
||||
type: boolean
|
||||
default: false
|
||||
permissions:
|
||||
type: array
|
||||
description: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue