We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01a33c commit c5c7c5cCopy full SHA for c5c7c5c
components/ws-manager-api/go/crd/v1/workspace_types.go
@@ -169,7 +169,7 @@ func (ps PortSpec) Equal(other PortSpec) bool {
169
// WorkspaceStatus defines the observed state of Workspace
170
type WorkspaceStatus struct {
171
PodStarts int `json:"podStarts"`
172
- URL string `json:"url,omitempty"`
+ URL string `json:"url,omitempty" scrub:"redact"`
173
OwnerToken string `json:"ownerToken,omitempty" scrub:"redact"`
174
175
// +kubebuilder:default=Unknown
0 commit comments