Skip to content

Commit

Permalink
mark wrokspace.stauts.url redact
Browse files Browse the repository at this point in the history
  • Loading branch information
iQQBot committed Oct 16, 2023
1 parent f01a33c commit c5c7c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ws-manager-api/go/crd/v1/workspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (ps PortSpec) Equal(other PortSpec) bool {
// WorkspaceStatus defines the observed state of Workspace
type WorkspaceStatus struct {
PodStarts int `json:"podStarts"`
URL string `json:"url,omitempty"`
URL string `json:"url,omitempty" scrub:"redact"`
OwnerToken string `json:"ownerToken,omitempty" scrub:"redact"`

// +kubebuilder:default=Unknown
Expand Down

0 comments on commit c5c7c5c

Please sign in to comment.