fix golint failures for test/e2e/cloud

This commit is contained in:
danielqsj
2019-02-26 16:48:22 +08:00
parent 0d98463f9c
commit 84aeafee7b
3 changed files with 8 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ package cloud
import "k8s.io/kubernetes/test/e2e/framework"
// SIGDescribe annotates the test with the SIG label.
func SIGDescribe(text string, body func()) bool {
return framework.KubeDescribe("[sig-cloud-provider] "+text, body)
}