Consistent import kubelet app package name

This commit is contained in:
zhengguoyong
2015-11-28 08:51:39 +08:00
parent bd7984266a
commit bff8334db9
6 changed files with 15 additions and 15 deletions

View File

@@ -17,13 +17,13 @@ limitations under the License.
package main
import (
kubelet "k8s.io/kubernetes/cmd/kubelet/app"
kubeletapp "k8s.io/kubernetes/cmd/kubelet/app"
)
// NewKubelet creates a new hyperkube Server object that includes the
// description and flags.
func NewKubelet() *Server {
s := kubelet.NewKubeletServer()
s := kubeletapp.NewKubeletServer()
hks := Server{
SimpleUsage: "kubelet",
Long: `The kubelet binary is responsible for maintaining a set of containers on a