Rename get-code-version references to get-server-version

This commit is contained in:
Stephen Heywood 2020-07-01 00:04:39 +00:00
parent 469e22a09e
commit c4e10c29ba
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ go_library(
"framework.go", "framework.go",
"garbage_collector.go", "garbage_collector.go",
"generated_clientset.go", "generated_clientset.go",
"get_code_version.go", "get_server_version.go",
"namespace.go", "namespace.go",
"protocol.go", "protocol.go",
"resource_quota.go", "resource_quota.go",

View File

@ -1,5 +1,5 @@
/* /*
Copyright 2019 The Kubernetes Authors. Copyright 2020 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -24,8 +24,8 @@ import (
"github.com/onsi/ginkgo" "github.com/onsi/ginkgo"
) )
var _ = SIGDescribe("get-code-version", func() { var _ = SIGDescribe("get-server-version", func() {
f := framework.NewDefaultFramework("get-code-version") f := framework.NewDefaultFramework("get-server-version")
ginkgo.It("should find the server version", func() { ginkgo.It("should find the server version", func() {
ginkgo.By("Request ServerVersion") ginkgo.By("Request ServerVersion")