Skip to content

Commit a80306a

Browse files
docs(block): remove mention of iops ratio from wording (#3498)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 2cc5d18 commit a80306a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/namespaces/block/v1alpha1/block_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ func blockRoot() *core.Command {
4646

4747
func blockVolumeType() *core.Command {
4848
return &core.Command{
49-
Short: `Block Storage volume types are determined by their storage class and their IOPS ratio. There are two storage classes available: ` + "`" + `bssd` + "`" + ` and ` + "`" + `sbs` + "`" + `. The IOPS ratio can be chosen for volumes of the ` + "`" + `sbs` + "`" + ` storage class`,
50-
Long: `Block Storage volume types are determined by their storage class and their IOPS ratio. There are two storage classes available: ` + "`" + `bssd` + "`" + ` and ` + "`" + `sbs` + "`" + `. The IOPS ratio can be chosen for volumes of the ` + "`" + `sbs` + "`" + ` storage class.`,
49+
Short: `Block Storage volume types are determined by their storage class and their IOPS. There are two storage classes available: ` + "`" + `bssd` + "`" + ` and ` + "`" + `sbs` + "`" + `. The IOPS can be chosen for volumes of the ` + "`" + `sbs` + "`" + ` storage class`,
50+
Long: `Block Storage volume types are determined by their storage class and their IOPS. There are two storage classes available: ` + "`" + `bssd` + "`" + ` and ` + "`" + `sbs` + "`" + `. The IOPS can be chosen for volumes of the ` + "`" + `sbs` + "`" + ` storage class.`,
5151
Namespace: "block",
5252
Resource: "volume-type",
5353
}

0 commit comments

Comments
 (0)