Skip to content

Commit

Permalink
Merge commit '643986224e60e60bbec33f887665a106d0736a51' into sync_us-…
Browse files Browse the repository at this point in the history
…-master

Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
  • Loading branch information
Ceph Jenkins committed Jun 21, 2024
2 parents 8558179 + 6439862 commit 752107b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/rook-ceph/templates/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3556,7 +3556,7 @@ spec:
type: boolean
name:
description: Name is a unique identifier for the set
maxLength: 40
maxLength: 50
type: string
placement:
nullable: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/examples/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3554,7 +3554,7 @@ spec:
type: boolean
name:
description: Name is a unique identifier for the set
maxLength: 40
maxLength: 50
type: string
placement:
nullable: true
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/ceph.rook.io/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,7 @@ type PriorityClassNamesSpec map[KeyType]string
// +nullable
type StorageClassDeviceSet struct {
// Name is a unique identifier for the set
// +kubebuilder:validation:MaxLength=40
// +kubebuilder:validation:MaxLength=50
Name string `json:"name"`
// Count is the number of devices in this set
// +kubebuilder:validation:Minimum=1
Expand Down

0 comments on commit 752107b

Please sign in to comment.