Merge pull request #103650 from dims/get-golangci-lint-back-on-its-feet

Get golangci lint back on its feet
This commit is contained in:
Kubernetes Prow Robot
2021-07-15 02:06:48 -07:00
committed by GitHub
19 changed files with 355 additions and 181 deletions

View File

@@ -245,10 +245,6 @@ var _ = SIGDescribe("Pods", func() {
pods, err := podClient.List(context.TODO(), options)
framework.ExpectNoError(err, "failed to query for pods")
framework.ExpectEqual(len(pods.Items), 0)
options = metav1.ListOptions{
LabelSelector: selector.String(),
ResourceVersion: pods.ListMeta.ResourceVersion,
}
listCompleted := make(chan bool, 1)
lw := &cache.ListWatch{