mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
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