kubernetes/pkg/kubelet/apis/config/validation
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
..
BUILD memory manager: improve the reserved memory validation logic 2021-02-09 01:10:02 +02:00
validation_others.go
validation_reserved_memory_test.go memory manager: improve the reserved memory validation logic 2021-02-09 01:10:02 +02:00
validation_reserved_memory.go memory manager: improve the reserved memory validation logic 2021-02-09 01:10:02 +02:00
validation_test.go Implement shutdown manager in kubelet 2020-11-12 21:47:55 +00:00
validation_windows.go
validation.go memory manager: improve the reserved memory validation logic 2021-02-09 01:10:02 +02:00