mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
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
This commit is contained in:
commit
9f7ddb6409
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user