Cleanup staticcheck issues for package in client-go.

Kubernetes-commit: c8c055b3163dd2661b3f9dd1b0ffb718a61aba24
This commit is contained in:
RainbowMango
2019-08-26 20:55:32 +08:00
committed by Kubernetes Publisher
parent 8248d0a0e6
commit 532b6f676e
8 changed files with 15 additions and 25 deletions

View File

@@ -35,7 +35,6 @@ import (
)
type fakePod struct {
name string
}
func (obj *fakePod) GetObjectKind() schema.ObjectKind { return schema.EmptyObjectKind }