mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Fixing gofmt errors
This commit is contained in:
@@ -58,11 +58,11 @@ type configFactory struct {
|
||||
func NewConfigFactory(client *client.Client) *configFactory {
|
||||
// initialize the factory struct
|
||||
factory := &configFactory{Client: client,
|
||||
PodQueue: cache.NewFIFO(),
|
||||
PodLister: &storeToPodLister{cache.NewStore()},
|
||||
PodQueue: cache.NewFIFO(),
|
||||
PodLister: &storeToPodLister{cache.NewStore()},
|
||||
MinionLister: &storeToMinionLister{cache.NewStore()},
|
||||
PredicateMap: make(map[string]algorithm.FitPredicate),
|
||||
PriorityMap: make(map[string]algorithm.PriorityFunction),
|
||||
PriorityMap: make(map[string]algorithm.PriorityFunction),
|
||||
}
|
||||
|
||||
// add default predicates
|
||||
|
Reference in New Issue
Block a user