Merge pull request #92418 from panpan0000/static-check-server-healthz

Fix static check failures for staging/src/k8s.io/apiserver/pkg/server/healthz
This commit is contained in:
Kubernetes Prow Robot 2020-08-27 17:57:08 -07:00 committed by GitHub
commit 99d645d3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -39,7 +39,6 @@ vendor/k8s.io/apiserver/pkg/registry/rest/resttest
vendor/k8s.io/apiserver/pkg/server
vendor/k8s.io/apiserver/pkg/server/dynamiccertificates
vendor/k8s.io/apiserver/pkg/server/filters
vendor/k8s.io/apiserver/pkg/server/healthz
vendor/k8s.io/apiserver/pkg/server/httplog
vendor/k8s.io/apiserver/pkg/server/options
vendor/k8s.io/apiserver/pkg/server/options/encryptionconfig

View File

@ -207,9 +207,6 @@ func TestFormatQuoted(t *testing.T) {
}
func TestGetExcludedChecks(t *testing.T) {
type args struct {
r *http.Request
}
tests := []struct {
name string
r *http.Request