Save assignment information.
This commit is contained in:
parent
15ac0721a6
commit
4943baf3e3
1 changed files with 21 additions and 0 deletions
|
|
@ -1486,6 +1486,27 @@ spec:
|
|||
by the runner if password protection is not enabled.
|
||||
type: integer
|
||||
default: 0
|
||||
assignment:
|
||||
description: >-
|
||||
The assignment of this VM to a a particular user.
|
||||
type: object
|
||||
properties:
|
||||
pool:
|
||||
description: >-
|
||||
The pool this VM is taken from.
|
||||
type: string
|
||||
default: ""
|
||||
user:
|
||||
description: >-
|
||||
The user this VM is assigned to.
|
||||
type: string
|
||||
default: ""
|
||||
lastUsed:
|
||||
description: >-
|
||||
The last time this VM was used by the user.
|
||||
type: string
|
||||
default: "1970-01-01T00:00:00Z"
|
||||
default: {}
|
||||
conditions:
|
||||
description: >-
|
||||
List of component conditions observed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue