kubernetes/pkg/kubelet/cm/memorymanager
Artyom Lukianov 102124464a memory manager: improve the reserved memory validation logic
We will have two layers of the validation.

- the first part of the validation logic will be implemented under the
`ValidateKubeletConfiguration` method
- the second one that requires knowledge about machine topology and
node allocatable resources will be implemented under the memory manager.

Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-02-09 01:10:02 +02:00
..
state memory manager: remove unused variable under stateCheckpoint 2021-02-09 01:10:01 +02:00
BUILD memory manager: update all relevant part of code to use []MemoryReservation 2021-02-09 01:10:01 +02:00
fake_memory_manager.go memory manager: implement GetPodTopologyHints method 2021-02-09 01:09:59 +02:00
memory_manager_test.go memory manager: improve the reserved memory validation logic 2021-02-09 01:10:02 +02:00
memory_manager.go memory manager: improve the reserved memory validation logic 2021-02-09 01:10:02 +02:00
policy_none.go memory manager: update API constant to have camel case format 2021-02-09 01:10:02 +02:00
policy_static_test.go memory manager: move the fakeTopologyManagerWithHint 2021-02-09 01:10:01 +02:00
policy_static.go memory manager: update API constant to have camel case format 2021-02-09 01:10:02 +02:00
policy.go memory manager: implement GetPodTopologyHints method 2021-02-09 01:09:59 +02:00