We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6c409 commit 9ba3e6dCopy full SHA for 9ba3e6d
cmd/volume/volume.go
@@ -24,7 +24,7 @@ func init() {
24
VolumeCmd.AddCommand(volumeCreateCmd)
25
VolumeCmd.AddCommand(volumeListCmd)
26
VolumeCmd.AddCommand(volumeRemoveCmd)
27
- VolumeCmd.AddCommand(volumeResizeCmd)
+ // volumeCmd.AddCommand(volumeResizeCmd)
28
VolumeCmd.AddCommand(volumeAttachCmd)
29
VolumeCmd.AddCommand(volumeDetachCmd)
30
0 commit comments