kubernetes/pkg/apis/batch
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
..
fuzzer Fix the TestRoundTripTypes by adding default to the fuzzer 2022-09-09 16:47:08 +02:00
install hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
v1 Enable the feature into beta 2022-11-09 09:02:40 +01:00
v1beta1 make update after timeZone support for CronJob 2022-03-29 11:40:46 -05:00
validation unittests: Fixes unit tests for Windows (part 6) 2023-01-31 11:49:26 +00:00
doc.go deepcopy: remove deepcopy register tags 2017-11-10 18:25:26 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register.go fix golint failures of pkg/apis/batch 2019-04-19 18:04:54 +08:00
types.go Fix API refs for batch v1 and v1beta1 2022-11-19 12:42:25 +03:00
zz_generated.deepcopy.go Support handling of pod failures with respect to the specified rules 2022-08-04 18:39:08 +02:00