kubernetes/pkg/apis
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
..
abac Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
admission generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
admissionregistration Rename admission cel package to validatingadmissionpolicy 2022-11-10 03:37:30 +00:00
apidiscovery Add discovery types 2022-10-19 17:27:25 +00:00
apiserverinternal refactor: Change the users of IsQualifiedName to ValidateQualifiedName 2022-02-16 14:02:11 +08:00
apps StatefulSet validation needs to allow old names 2022-12-15 09:33:47 -08:00
authentication Add auth API to get self subject attributes 2022-09-14 18:00:26 +02:00
authorization Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
autoscaling autoscaling: advance v2 as the preferred API version over v1 2022-12-11 13:09:39 +08:00
batch unittests: Fixes unit tests for Windows (part 6) 2023-01-31 11:49:26 +00:00
certificates kubelet: add key encipherment usage only if it is rsa key 2022-12-27 16:04:25 +08:00
coordination Changed API field references and generated docs for coordination v1 and v1beta1 2022-11-16 22:15:58 +05:30
core Merge pull request #112925 from SergeyKanzhelev/addValueOfLimitToErr 2023-01-19 11:52:15 -08:00
discovery Merge pull request #114677 from kl52752/epd-warning-address-type 2023-01-10 13:47:27 -08:00
events generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
extensions remove psp in extensions api/apis 2023-01-06 17:07:02 +08:00
flowcontrol apiserver: update serialization version priority for flowcontrol API 2023-01-13 22:19:39 +08:00
imagepolicy Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
networking fix doc of types.go of network v1, v1alpha1, v1beta1 2023-01-10 20:24:51 +08:00
node fix doc of types.go of node 2022-11-22 16:59:25 +08:00
policy apiserver: update serialization version priority for policy API 2023-01-19 14:42:26 +08:00
rbac Add extra value validation for matchExpression field in LabelSelector 2022-11-07 20:48:21 -05:00
resource dynamic resource allocation: avoid apiserver complaint about list content 2023-01-27 11:33:05 +01:00
scheduling Change API field references for scheduling v1, v1alpha1 and v1beta1 2022-11-13 18:46:35 +05:30
storage Add extra value validation for matchExpression field in LabelSelector 2022-11-07 20:48:21 -05:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00