Skip to content

Commit c4e10c2

Browse files
committed
Rename get-code-version references to get-server-version
1 parent 469e22a commit c4e10c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/e2e/apimachinery/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ go_library(
2121
"framework.go",
2222
"garbage_collector.go",
2323
"generated_clientset.go",
24-
"get_code_version.go",
24+
"get_server_version.go",
2525
"namespace.go",
2626
"protocol.go",
2727
"resource_quota.go",

test/e2e/apimachinery/get_code_version.go renamed to test/e2e/apimachinery/get_server_version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2019 The Kubernetes Authors.
2+
Copyright 2020 The Kubernetes Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -24,8 +24,8 @@ import (
2424
"github.com/onsi/ginkgo"
2525
)
2626

27-
var _ = SIGDescribe("get-code-version", func() {
28-
f := framework.NewDefaultFramework("get-code-version")
27+
var _ = SIGDescribe("get-server-version", func() {
28+
f := framework.NewDefaultFramework("get-server-version")
2929
ginkgo.It("should find the server version", func() {
3030

3131
ginkgo.By("Request ServerVersion")

0 commit comments

Comments
 (0)