Skip to content

Commit

Permalink
Add HomeSpace status field (#384)
Browse files Browse the repository at this point in the history
Signed-off-by: Baiju Muthukadan <[email protected]>
  • Loading branch information
baijum authored Oct 18, 2023
1 parent acdc61b commit a200488
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ type UserSignupStatus struct {
// CompliantUsername is used to store the transformed, DNS-1123 compliant username
// +optional
CompliantUsername string `json:"compliantUsername,omitempty"`

// HomeSpace is the name of the Space that is created for the user
// immediately after their account is approved.
// This is used by the proxy when no workspace context is provided.
// +optional
HomeSpace string `json:"homeSpace,omitempty"`
}

//+kubebuilder:object:root=true
Expand Down
7 changes: 7 additions & 0 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 a200488

Please sign in to comment.