Skip to content

Commit

Permalink
Save assignment information.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Jan 14, 2025
1 parent 15ac072 commit 4943baf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions deploy/crds/vms-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4943baf

Please sign in to comment.