Skip to content

Commit

Permalink
Make components field from status optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rimolive committed Jul 22, 2024
1 parent 2ac147e commit 2cb9707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/dspipeline_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ type ComponentStatus struct {
}

type ComponentDetailStatus struct {
Url string `json:"url,omitempty"`
// +kubebuilder:validation:Optional
Url string `json:"url,omitempty"`
ExternalUrl string `json:"externalUrl,omitempty"`
}

Expand Down

0 comments on commit 2cb9707

Please sign in to comment.