Commit 9f7ddb64 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #50508 from YuxiJin-tobeyjin/kubectltypo

Automatic merge from submit-queue (batch tested with PRs 50485, 49951, 50508, 50511, 50506) fix a typo **What this PR does / why we need it**: fix a small typo **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # verions->versions **Special notes for your reviewer**: **Release note**: NONE ```release-note ```NONE
parents bbc74a34 4e84851e
...@@ -697,7 +697,7 @@ metadata: ...@@ -697,7 +697,7 @@ metadata:
framework.KubeDescribe("Kubectl api-versions", func() { framework.KubeDescribe("Kubectl api-versions", func() {
It("should check if v1 is in available api versions [Conformance]", func() { It("should check if v1 is in available api versions [Conformance]", func() {
By("validating api verions") By("validating api versions")
output := framework.RunKubectlOrDie("api-versions") output := framework.RunKubectlOrDie("api-versions")
if !strings.Contains(output, "v1") { if !strings.Contains(output, "v1") {
framework.Failf("No v1 in kubectl api-versions") framework.Failf("No v1 in kubectl api-versions")
......
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