Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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