kubernetes/pkg/kubelet/cm/memorymanager
Artyom Lukianov bb6d5b1f95 memory manager: provide unittests for init containers re-use
- provide tests for static policy allocation, when init containers
requested memory bigger than the memory requested by app containers
- provide tests for static policy allocation, when init containers
requested memory smaller than the memory requested by app containers
- provide tests to verify that init containers removed from the state
file once the app container started

Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-07-05 20:52:25 +03:00
..
state Memory manager structured logging 2021-03-15 15:51:19 -04:00
fake_memory_manager.go Implement all necessary methods to provide memory manager data under pod resources metrics 2021-06-22 13:06:32 +03:00
memory_manager_test.go memory manager: provide unittests for init containers re-use 2021-07-05 20:52:25 +03:00
memory_manager.go memory manager: remove init containers once app container started 2021-07-05 20:52:25 +03:00
policy_none.go memory manager: remove init containers once app container started 2021-07-05 20:52:25 +03:00
policy_static_test.go memory manager: provide unittests for init containers re-use 2021-07-05 20:52:25 +03:00
policy_static.go memory manager: remove init containers once app container started 2021-07-05 20:52:25 +03:00
policy.go memory manager: remove init containers once app container started 2021-07-05 20:52:25 +03:00