kubernetes/pkg/kubelet/cm
Patrick Ohly 29941b8d3e api: resource.k8s.io v1alpha1 -> v1alpha2
For Kubernetes 1.27, we intend to make some breaking API changes:
- rename PodScheduling -> PodSchedulingHints (https://github.com/kubernetes/kubernetes/issues/114283)
- extend ResourceClaimStatus (https://github.com/kubernetes/enhancements/pull/3802)

We need to switch from v1alpha1 to v1alpha2 for that.
2023-03-14 07:52:03 +01:00
..
admission smtalign: cm: factor out admission response 2021-07-08 23:15:37 +02:00
containermap cpu manager policy set to none, no one remove container id from container map, lead memory leak 2022-03-30 23:25:05 +08:00
cpumanager Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources 2023-03-10 14:49:26 +00:00
cpuset cpuset: Convert Fatalf to Errrof in tests 2023-02-21 05:41:16 +00:00
devicemanager dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
dra api: resource.k8s.io v1alpha1 -> v1alpha2 2023-03-14 07:52:03 +01:00
memorymanager Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources 2023-03-10 14:49:26 +00:00
topologymanager node: topology-mgr: code optimization 2023-02-15 14:04:10 +00:00
util generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cgroup_manager_linux_test.go This commit contains the following: 2023-02-24 18:21:21 +00:00
cgroup_manager_linux.go This commit contains the following: 2023-02-24 18:21:21 +00:00
cgroup_manager_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cgroup_manager_unsupported.go This commit contains the following: 2023-02-24 18:21:21 +00:00
container_manager_linux_test.go Adding test coverage for NewPodContainerManager() (#110220) 2023-03-13 02:08:44 -07:00
container_manager_linux.go Merge pull request #115912 from moshe010/dra-checkpoint 2023-03-12 12:20:40 -07:00
container_manager_stub.go This commit contains the following: 2023-02-24 18:21:21 +00:00
container_manager_unsupported.go kubelet: add support for dynamic resource allocation 2022-11-11 21:58:03 +01:00
container_manager_windows.go kubelet: prepare DRA resources before CNI setup 2023-02-06 20:40:11 +02:00
container_manager.go node: topologymgr: trivial internal variable renaming 2023-03-06 12:51:11 +00:00
fake_container_manager.go kubelet: prepare DRA resources before CNI setup 2023-02-06 20:40:11 +02:00
fake_internal_container_lifecycle.go delete kubelet unused function 2023-02-21 16:08:02 +08:00
fake_pod_container_manager.go This commit contains the following: 2023-02-24 18:21:21 +00:00
helpers_linux_test.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
helpers_linux.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
helpers_unsupported.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
helpers.go
internal_container_lifecycle_linux.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle.go Merge pull request #115929 from HirazawaUi/delete-kubelet-unused-function 2023-03-09 22:43:12 -08:00
node_container_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
node_container_manager_linux.go fix: rename 2022-08-26 00:44:31 +09:00
OWNERS Cleanup OWNERS files (No Activity in the last year) 2021-12-15 10:34:02 -05:00
pod_container_manager_linux_test.go chore: use require instead of assert 2022-08-08 21:06:38 +08:00
pod_container_manager_linux.go This commit contains the following: 2023-02-24 18:21:21 +00:00
pod_container_manager_stub.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
pod_container_manager_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
qos_container_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
qos_container_manager_linux.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
types.go This commit contains the following: 2023-02-24 18:21:21 +00:00