mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #78411 from qingsenLi/k8s-190528
spelling error 'doen't'
This commit is contained in:
commit
00458855e4
@ -39,7 +39,7 @@ func (manager *quobyteVolumeManager) createVolume(provisioner *quobyteVolumeProv
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, 0, err
|
return nil, 0, err
|
||||||
}
|
}
|
||||||
// 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)
|
||||||
// to simulate a size constraint we set here a Quota for logical space
|
// to simulate a size constraint we set here a Quota for logical space
|
||||||
volumeRequest := &quobyteapi.CreateVolumeRequest{
|
volumeRequest := &quobyteapi.CreateVolumeRequest{
|
||||||
Name: provisioner.volume,
|
Name: provisioner.volume,
|
||||||
|
Loading…
Reference in New Issue
Block a user