We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 469d6db + 9d487d9 commit 0045885Copy full SHA for 0045885
pkg/volume/quobyte/quobyte_util.go
@@ -39,7 +39,7 @@ func (manager *quobyteVolumeManager) createVolume(provisioner *quobyteVolumeProv
39
if err != nil {
40
return nil, 0, err
41
}
42
- // Quobyte has the concept of Volumes which doen't have a specific size (they can grow unlimited)
+ // Quobyte has the concept of Volumes which doesn't have a specific size (they can grow unlimited)
43
// to simulate a size constraint we set here a Quota for logical space
44
volumeRequest := &quobyteapi.CreateVolumeRequest{
45
Name: provisioner.volume,
0 commit comments