kubernetes/pkg/kubelet/cm
Akihiro Suda 2e999fff02
Fix compiling e2e.test on macOS
Fix issue 122650 (regression in PR 122552)

```
$ make WHAT=test/e2e/e2e.test
+++ [0109 10:06:53] Building go targets for darwin/amd64
    k8s.io/kubernetes/test/e2e/e2e.test (test)
package k8s.io/kubernetes/test/e2e
        imports k8s.io/kubernetes/test/e2e/common
        imports k8s.io/kubernetes/test/e2e/common/node
        imports k8s.io/kubernetes/pkg/kubelet
        imports github.com/opencontainers/runc/libcontainer/userns: C source files not allowed when not using cgo or SWIG: userns_maps.c
!!! [0109 10:06:54] Call tree:
!!! [0109 10:06:54]  1: /Users/suda/gopath/src/k8s.io/kubernetes/hack/lib/golang.sh:948 kube::golang::build_binaries_for_platform(...)
!!! [0109 10:06:54]  2: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
!!! [0109 10:06:54] Call tree:
!!! [0109 10:06:54]  1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
!!! [0109 10:06:54] Call tree:
!!! [0109 10:06:54]  1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
make: *** [all] Error 1
```

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-01-09 10:42:20 +09:00
..
admission smtalign: cm: factor out admission response 2021-07-08 23:15:37 +02:00
containermap kubelet/cm/containermap: Improving test coverage 2023-01-02 14:40:55 +01:00
cpumanager use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
devicemanager Merge pull request #120461 from gjkim42/do-not-reuse-device-of-restartable-init-container 2023-10-31 19:15:53 +01:00
dra increase timeout in fakeDraDriverGrpcServer to fix flake in dra/manger_test 2023-11-07 19:38:27 +08:00
memorymanager Merge pull request #120715 from gjkim42/do-not-reuse-memory-of-restartable-init-containers 2023-11-01 01:50:45 +01:00
topologymanager pkg/kubelet/cm: Remove deprecated sets.String and sets.Int 2023-09-27 22:02:15 +09:00
util Generate empty cdi annotations 2023-07-11 11:48:24 +02:00
cgroup_manager_linux.go pkg/kubelet/cm: Remove deprecated sets.String and sets.Int 2023-09-27 22:02:15 +09:00
cgroup_manager_linux_test.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.go Merge pull request #118165 from champly/master 2023-10-17 23:28:25 +02:00
container_manager_linux.go Fix compiling e2e.test on macOS 2024-01-09 10:42:20 +09:00
container_manager_linux_test.go Adding test coverage for NewPodContainerManager() (#110220) 2023-03-13 02:08:44 -07:00
container_manager_stub.go Merge pull request #116504 from vinaykul/restart-free-pod-vertical-scaling-kubeletonly-fix 2023-03-14 19:26:59 -07: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: devices: skip allocation for running pods 2023-07-12 13:25:36 +02:00
doc.go Add package-level godoc to pkg/kubelet/cm 2023-10-05 14:20:51 -04:00
fake_container_manager.go kubelet podresources: extend List to support Dynamic Resources and implement Get API 2023-03-14 19:33:04 +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.go pkg/kubelet/cm: Remove deprecated sets.String and sets.Int 2023-09-27 22:02:15 +09:00
helpers_linux.go LimitedSwap: Automatically configure swap limit for Burstable QoS Pods 2023-07-14 14:52:28 +03:00
helpers_linux_test.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
internal_container_lifecycle.go Merge pull request #115929 from HirazawaUi/delete-kubelet-unused-function 2023-03-09 22:43:12 -08:00
internal_container_lifecycle_linux.go pkg/kubelet/cm: Remove deprecated sets.String and sets.Int 2023-09-27 22:02:15 +09: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
node_container_manager_linux.go Fix error message for invalid resource reservation 2023-08-20 12:55:26 +00:00
node_container_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
OWNERS Cleanup OWNERS files (No Activity in the last year) 2021-12-15 10:34:02 -05:00
pod_container_manager_linux.go Update pod_container_manager_linux.go (#114598) 2023-03-14 09:38:36 -07:00
pod_container_manager_linux_test.go chore: use require instead of assert 2022-08-08 21:06:38 +08: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.go LimitedSwap: Automatically configure swap limit for Burstable QoS Pods 2023-07-14 14:52:28 +03:00
qos_container_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
types.go This commit contains the following: 2023-02-24 18:21:21 +00:00