From b0629ad582c8a775a6734f2c65c721a2e130a695 Mon Sep 17 00:00:00 2001 From: Shane Bryzak Date: Sat, 16 Mar 2024 13:16:50 +1000 Subject: [PATCH] regenerated from API (#992) --- .../bases/toolchain.dev.openshift.com_usersignups.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/crd/bases/toolchain.dev.openshift.com_usersignups.yaml b/config/crd/bases/toolchain.dev.openshift.com_usersignups.yaml index f656976c8..4cba7d61a 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_usersignups.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_usersignups.yaml @@ -181,6 +181,16 @@ spec: the user immediately after their account is approved. This is used by the proxy when no workspace context is provided. type: string + scheduledDeactivationTimestamp: + description: ScheduledDeactivationTimestamp is the calculated timestamp + after which the user's account will be deactivated, typically after + the expiry of their trial and based on the term specific by their + UserTier. This property may be used as a convenience to determine + the amount of time an account has left before deactivation, without + requiring a separate lookup for the UserTier and subsequent calculation. It + is managed by the Deactivation controller in the host operator. + format: date-time + type: string type: object type: object x-kubernetes-preserve-unknown-fields: true