Fix naming for apigroup list
This commit is contained in:
@@ -21,7 +21,7 @@ go_library(
|
|||||||
"framework.go",
|
"framework.go",
|
||||||
"garbage_collector.go",
|
"garbage_collector.go",
|
||||||
"generated_clientset.go",
|
"generated_clientset.go",
|
||||||
"get_apigroup_list.go",
|
"apigroup_list.go",
|
||||||
"namespace.go",
|
"namespace.go",
|
||||||
"protocol.go",
|
"protocol.go",
|
||||||
"resource_quota.go",
|
"resource_quota.go",
|
||||||
|
@@ -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-apigroup-list", func() {
|
var _ = SIGDescribe("apigroup list", func() {
|
||||||
f := framework.NewDefaultFramework("get-apigroup-list")
|
f := framework.NewDefaultFramework("apigroup-list")
|
||||||
ginkgo.It("should locate PreferredVersion for each APIGroup", func() {
|
ginkgo.It("should locate PreferredVersion for each APIGroup", func() {
|
||||||
|
|
||||||
// TEST BEGINS HERE
|
// TEST BEGINS HERE
|
Reference in New Issue
Block a user