kubernetes/pkg
Claudiu Belu ec753fcb55 unittests: Fixes unit tests for Windows (part 6)
Currently, there are some unit tests that are failing on Windows due to
various reasons:

- On Windows, consecutive time.Now() calls may return the same timestamp, which would cause
  the TestFreeSpaceRemoveByLeastRecentlyUsed test to flake.
- tests in kuberuntime_container_windows_test.go fail on Nodes that have fewer than 3 CPUs,
  expecting the CPU max set to be more than 100% of available CPUs, which is not possible.
- calls in summary_windows_test.go are missing context.
- filterTerminatedContainerInfoAndAssembleByPodCgroupKey will filter and group container
  information by the Pod cgroup key, if it exists. However, we don't have cgroups on Windows,
  thus we can't make the same assertions.
2023-01-31 11:49:26 +00:00
..
api Merge pull request #115035 from xing-yang/update_plugin_warning 2023-01-13 12:08:26 -08:00
apis unittests: Fixes unit tests for Windows (part 6) 2023-01-31 11:49:26 +00:00
auth
capabilities
client delete unused functions in pkg directory 2023-01-16 21:43:36 +08:00
cloudprovider Remove OpenStack cloud provider 2022-11-11 12:04:55 +01:00
cluster/ports e2e_node/{service,util}: use kubelet healthz port. 2022-04-22 16:14:31 -07:00
controller Merge pull request #113863 from msau42/owners 2023-01-30 10:10:50 -08:00
controlplane apiserver: update serialization version priority for policy API 2023-01-19 14:42:26 +08:00
credentialprovider delete unused functions in pkg directory 2023-01-16 21:43:36 +08:00
features Merge pull request #115138 from danwinship/kep-3453-beta 2023-01-30 18:43:08 -08:00
fieldpath Fix quotes that trip up gofmt 2022-07-26 13:14:04 -04:00
generated Merge pull request #114948 from haoruan/feature-api-doc-field-linter 2023-01-30 16:21:09 -08:00
kubeapiserver Merge pull request #114523 from zshihang/token 2023-01-18 07:12:33 -08:00
kubectl Refactor to simplify factory Validator 2022-12-11 18:20:28 -08:00
kubelet unittests: Fixes unit tests for Windows (part 6) 2023-01-31 11:49:26 +00:00
kubemark Merge pull request #114725 from danwinship/kube-proxy-startup-cleanup 2023-01-05 13:57:59 -08:00
printers kubectl: remove psp support 2023-01-06 17:07:02 +08:00
probe kubelet: use custom dialer for grpc probes 2023-01-25 13:28:03 -06:00
proxy Merge pull request #115138 from danwinship/kep-3453-beta 2023-01-30 18:43:08 -08:00
quota/v1 Use https links for k8s KEPs, issues, PRs, etc 2022-09-23 23:36:24 +00:00
registry Merge pull request #115378 from aojea/aojea_allocator 2023-01-29 16:14:49 -08:00
routes unittests: Fixes unit tests for Windows (part 3) 2022-10-21 19:25:48 +03:00
scheduler update comment to match implementation 2023-01-27 13:59:40 -06:00
security delete unused functions in pkg directory 2023-01-16 21:43:36 +08:00
securitycontext delete unused functions in pkg directory 2023-01-16 21:43:36 +08:00
serviceaccount Update pkg/serviceaccount/legacy.go 2022-12-16 12:54:52 -08:00
util Move GetHostname() from k/k/pkg/util/node to k/component-helpers/node/util 2023-01-27 18:24:38 -05:00
volume Merge pull request #115346 from gnufied/set-staging-path-expansion 2023-01-30 21:38:47 -08:00
windows/service Fix typo at pkg/windows/service/service.go:94 2022-03-24 07:25:33 -04:00
.import-restrictions
OWNERS Move root approvers to subdirs 2022-10-10 13:43:03 -04:00