Files
kubernetes/pkg
Kevin Klues 9e4ee5ecc3 Add Allocate() call to TopologyManager's HintProvider interface
Having this interface allows us to perform a tight loop of:

    for each container {
        containerHints = {}
        for each provider {
	    containerHints[provider] = provider.GatherHints(container)
        }

        containerHints.MergeAndPublish()

        for each provider {
	    provider.Allocate(container)
        }
    }

With this in place we can now be sure that the hints gathered in one
iteration of the loop always consider the allocations made in the
previous.
2020-02-10 03:27:47 +00:00
..
2020-02-08 12:30:21 -05:00
2020-02-08 12:32:33 -05:00
2020-02-08 12:30:21 -05:00
2020-02-08 12:30:21 -05:00
2020-02-08 12:30:21 -05:00
2020-02-08 12:30:21 -05:00
2020-02-07 18:16:47 -08:00
2020-02-08 12:30:21 -05:00
2020-02-08 12:30:21 -05:00
2019-08-26 09:25:39 +08:00
2019-12-13 11:56:29 -05:00