Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 15, 2024
1 parent 2bf1b71 commit 6478d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ type UserSignupStatus struct {
// 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.
// +optional
ScheduledDeactivationTimestamp metav1.Time `json:"deactivationTimestamp,omitempty"`
ScheduledDeactivationTimestamp metav1.Time `json:"scheduledDeactivationTimestamp,omitempty"`
}

//+kubebuilder:object:root=true
Expand Down
2 changes: 1 addition & 1 deletion 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 6478d42

Please sign in to comment.