Unverified Commit 5fdad5c1 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #68771 from liyongxin/master

typo fix from utilites to utilities
parents 14120dd4 6a98ce78
...@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and ...@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// package taints implements utilites for working with taints // package taints implements utilities for working with taints
package taints package taints
import ( import (
......
...@@ -1290,7 +1290,7 @@ func makeLocalPod(config *localTestConfig, volume *localTestVolume, cmd string) ...@@ -1290,7 +1290,7 @@ func makeLocalPod(config *localTestConfig, volume *localTestVolume, cmd string)
return pod return pod
} }
if volume.localVolumeType == BlockLocalVolumeType { if volume.localVolumeType == BlockLocalVolumeType {
// Block e2e tests require utilities for writing to block devices (e.g. dd), and nginx has this utilites. // Block e2e tests require utilities for writing to block devices (e.g. dd), and nginx has this utilities.
pod.Spec.Containers[0].Image = imageutils.GetE2EImage(imageutils.Nginx) pod.Spec.Containers[0].Image = imageutils.GetE2EImage(imageutils.Nginx)
} }
return pod return pod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment