mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
rewrite go imports
This commit is contained in:
@@ -19,7 +19,7 @@ limitations under the License.
|
||||
package main
|
||||
|
||||
import (
|
||||
scheduler "github.com/GoogleCloudPlatform/kubernetes/plugin/cmd/kube-scheduler/app"
|
||||
scheduler "k8s.io/kubernetes/plugin/cmd/kube-scheduler/app"
|
||||
)
|
||||
|
||||
// NewScheduler creates a new hyperkube Server object that includes the
|
||||
|
||||
Reference in New Issue
Block a user