Skip to content

Commit c5c7c5c

Browse files
committed
mark wrokspace.stauts.url redact
1 parent f01a33c commit c5c7c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-manager-api/go/crd/v1/workspace_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func (ps PortSpec) Equal(other PortSpec) bool {
169169
// WorkspaceStatus defines the observed state of Workspace
170170
type WorkspaceStatus struct {
171171
PodStarts int `json:"podStarts"`
172-
URL string `json:"url,omitempty"`
172+
URL string `json:"url,omitempty" scrub:"redact"`
173173
OwnerToken string `json:"ownerToken,omitempty" scrub:"redact"`
174174

175175
// +kubebuilder:default=Unknown

0 commit comments

Comments
 (0)