mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-27 19:16:16 +00:00
fix all the typos across the project
This commit is contained in:
@@ -41,7 +41,7 @@ func TestVolumeSourceFSTypeDrift(t *testing.T) {
|
||||
|
||||
fsType, err := GetVolumeFSType(api.Volume{VolumeSource: volumeSource})
|
||||
if err != nil {
|
||||
t.Errorf("error getting fstype for field %s. This likely means that drift has occured between FSType and VolumeSource. Please update the api and getVolumeFSType", fieldVal.Name)
|
||||
t.Errorf("error getting fstype for field %s. This likely means that drift has occurred between FSType and VolumeSource. Please update the api and getVolumeFSType", fieldVal.Name)
|
||||
}
|
||||
|
||||
if !allFSTypes.Has(string(fsType)) {
|
||||
|
||||
Reference in New Issue
Block a user