Skip to content

Commit

Permalink
docs(block): remove mention of iops ratio from wording (scaleway#3498)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Léone <[email protected]>
  • Loading branch information
2 people authored and Mia-Cross committed Dec 27, 2023
1 parent f96b5b7 commit bb8a9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/namespaces/block/v1alpha1/block_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func blockRoot() *core.Command {

func blockVolumeType() *core.Command {
return &core.Command{
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`,
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.`,
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`,
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.`,
Namespace: "block",
Resource: "volume-type",
}
Expand Down

0 comments on commit bb8a9a3

Please sign in to comment.