rewrite go imports
This commit is contained in:
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
package main
|
||||
|
||||
import (
|
||||
kubelet "github.com/GoogleCloudPlatform/kubernetes/cmd/kubelet/app"
|
||||
kubelet "k8s.io/kubernetes/cmd/kubelet/app"
|
||||
)
|
||||
|
||||
// NewKubelet creates a new hyperkube Server object that includes the
|
||||
|
Reference in New Issue
Block a user