cmd: cloud-controller: remove golint_failures entry

This commit is contained in:
tcharding 2017-10-03 16:45:14 +11:00
parent 080db40539
commit cd13ab0f69
3 changed files with 2 additions and 4 deletions

View File

@ -56,7 +56,7 @@ import (
) )
const ( const (
// Jitter used when starting controller managers // ControllerStartJitter is the jitter value used when starting controller managers.
ControllerStartJitter = 1.0 ControllerStartJitter = 1.0
) )

View File

@ -31,7 +31,7 @@ import (
"github.com/spf13/pflag" "github.com/spf13/pflag"
) )
// CloudControllerMangerServer is the main context object for the controller manager. // CloudControllerManagerServer is the main context object for the controller manager.
type CloudControllerManagerServer struct { type CloudControllerManagerServer struct {
componentconfig.KubeControllerManagerConfiguration componentconfig.KubeControllerManagerConfiguration

View File

@ -1,6 +1,4 @@
cluster/images/etcd-version-monitor cluster/images/etcd-version-monitor
cmd/cloud-controller-manager/app
cmd/cloud-controller-manager/app/options
cmd/genutils cmd/genutils
cmd/gke-certificates-controller/app cmd/gke-certificates-controller/app
cmd/hyperkube cmd/hyperkube