Add viewer conlet (#25)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
b6f0299932
commit
a6525a2289
77 changed files with 2642 additions and 250 deletions
|
|
@ -1385,9 +1385,20 @@ spec:
|
|||
type: object
|
||||
properties:
|
||||
port:
|
||||
description: >-
|
||||
Port number used for the Spice server.
|
||||
type: integer
|
||||
default: 5900
|
||||
ticket:
|
||||
server:
|
||||
description: >-
|
||||
Server (address) to use for connecting
|
||||
to the spice server. Defaults to the address
|
||||
of the node that the VM is running on.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: >-
|
||||
If specified, is copied to the generated
|
||||
viewer configuration files.
|
||||
type: string
|
||||
streamingVideo:
|
||||
type: string
|
||||
|
|
@ -1413,7 +1424,8 @@ spec:
|
|||
default: "0"
|
||||
displayPasswordSerial:
|
||||
description: >-
|
||||
Counts changes of the display password.
|
||||
Counts changes of the display password. Set to -1
|
||||
by the runner if password protection is not enabled.
|
||||
type: integer
|
||||
default: 0
|
||||
conditions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue