Skip to content

Commit

Permalink
modified type
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 15, 2024
1 parent 8685dc7 commit 3b0919b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,12 @@ type UserSignupStatus struct {
// +optional
HomeSpace string `json:"homeSpace,omitempty"`

// DeactivationTimestamp is the calculated timestamp after which the user's account will be deactivated, typically
// 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.
DeactivationTimestamp string `json:"deactivationTimestamp,omitempty"`
// +optional
ScheduledDeactivationTimestamp metav1.Time `json:"deactivationTimestamp,omitempty"`
}

//+kubebuilder:object:root=true
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b0919b

Please sign in to comment.