Skip to content

Commit

Permalink
Update api/v1beta1/bucket_types.go
Browse files Browse the repository at this point in the history
MaxLength set to 2048 for URL

Co-authored-by: Stefan Prodan <[email protected]>
Signed-off-by: Santosh Kaluskar <[email protected]>
  • Loading branch information
Santosh1176 and stefanprodan authored Sep 6, 2022
1 parent 62487db commit 464b60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/bucket_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ type BucketStatus struct {
Conditions []metav1.Condition `json:"conditions,omitempty"`

// URL is the download link for the artifact output of the last Bucket sync.
// +kubebuilder:validation:MaxLength=250
// +kubebuilder:validation:MaxLength=2048
// +kubebuilder:validation:Pattern="^(http|https|ssh)://.*$"
// +optional
URL string `json:"url,omitempty"`
Expand Down

0 comments on commit 464b60c

Please sign in to comment.