fix static check failures
This commit is contained in:
@@ -4,7 +4,6 @@ cmd/kube-controller-manager/app
|
||||
cmd/kube-proxy/app
|
||||
cmd/linkcheck
|
||||
cmd/preferredimports
|
||||
hack/make-rules/helpers/go2make/testdata/dir-with-gofiles
|
||||
pkg/client/tests
|
||||
pkg/controller/daemon
|
||||
pkg/controller/deployment
|
||||
@@ -75,8 +74,6 @@ pkg/volume/util/fsquota/common
|
||||
pkg/volume/util/operationexecutor
|
||||
pkg/volume/util/subpath
|
||||
pkg/volume/vsphere_volume
|
||||
plugin/pkg/admission/imagepolicy
|
||||
plugin/pkg/admission/podnodeselector
|
||||
test/e2e/apimachinery
|
||||
test/e2e/apps
|
||||
test/e2e/auth
|
||||
|
||||
@@ -16,5 +16,5 @@ limitations under the License.
|
||||
|
||||
package gofiles
|
||||
|
||||
func bar() {
|
||||
func Bar() {
|
||||
}
|
||||
|
||||
@@ -16,5 +16,5 @@ limitations under the License.
|
||||
|
||||
package gofiles
|
||||
|
||||
func foo() {
|
||||
func Foo() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user