Skip to content

Commit

Permalink
Update apis/provider-ceph/v1alpha1/lifecycleconfiguration_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Kovacs <[email protected]>
  • Loading branch information
nolancon and mhmxs authored Oct 18, 2023
1 parent 2a14a86 commit 0298ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/provider-ceph/v1alpha1/lifecycleconfiguration_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ type LifecycleRule struct {
type AbortIncompleteMultipartUpload struct {
// Specifies the number of days after which an incomplete multipart
// upload is aborted.
// +kubebuilder:validation:Minimum=1
// +kubebuilder:validation:Maximum=2147483647
DaysAfterInitiation int32 `json:"daysAfterInitiation"`
}

Expand Down

0 comments on commit 0298ac2

Please sign in to comment.