mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
Fix build error in integration test
This commit is contained in:
@@ -64,6 +64,7 @@ func (factory *ConfigFactory) Create() (*scheduler.Config, error) {
|
||||
|
||||
r := rand.New(rand.NewSource(time.Now().UnixNano()))
|
||||
|
||||
// TODO: remove this construction-time listing.
|
||||
nodes, err := factory.Client.ListMinions()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user