Dejan Zele Pejchev
|
921c0d0180
|
cleanup: add defaulting for job manual selector (#120206)
* cleanup: add defaulting for job manual selector
* cleanup: add assert in job defaults test for manual selector
* cleanup: fix failing job storage test
* cleanup: fix batch fuzzer to handle manual selector default
* cleanup: fix lint issue on checking bool condition in job strategy
* cleanup: remove TODO in generateSelectors in job strategy Validate; inline job manual selector assignment in fuzzer
|
2023-10-11 22:51:40 +02:00 |
|
kannon92
|
ce92952037
|
add podReplacementPolicy and terminating field to job api
|
2023-07-19 16:34:38 +00:00 |
|
Michal Wozniak
|
fcbfdc1710
|
Extend the Job API for BackoffLimitPerIndex
|
2023-07-18 11:28:15 +02:00 |
|
TommyStarK
|
c242e647ae
|
pkg/apis: Replace deprecated pointer function
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
|
2023-01-08 13:14:37 +01:00 |
|
Michal Wozniak
|
31740d1c37
|
Fix the TestRoundTripTypes by adding default to the fuzzer
|
2022-09-09 16:47:08 +02:00 |
|
Aldo Culquicondor
|
e6c3d7b34d
|
Only default Job fields when feature gates are enabled
Also use pointer for completionMode enum
|
2021-03-12 20:46:52 +00:00 |
|
Adhityaa Chandrasekar
|
a0844da8f7
|
batch: add suspended job
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
|
2021-03-08 20:08:21 +00:00 |
|
Aldo Culquicondor
|
a1a5868a5a
|
Add Job.spec.completionMode and Job.status.completedIndexes
And IndexedJob feature gate, disabled by default.
Update JobDescriber
|
2021-03-03 15:10:18 +00:00 |
|
Dr. Stefan Schimanski
|
1db0024ec9
|
apiextensions: add ObjectMeta schema validation and pruning
|
2018-06-01 17:43:07 +00:00 |
|
Maciej Szulik
|
7e96fc66e1
|
Update defaults (successful|failed)JobsHistoryLimit in batch/v1beta1
|
2017-09-15 14:56:50 +02:00 |
|
cedric lamoriniere
|
3989b18586
|
update API v1 Job object
Add new fields in api v1.JobSpec object for backoff policy
- BackoffLimit
- FailedPodsLimit
fixes: https://github.com/kubernetes/community/pull/583
|
2017-09-01 21:01:29 +02:00 |
|
zhouhaibing089
|
2e5dc7d727
|
add fuzzer dir for each apigroup
|
2017-08-11 15:12:57 +08:00 |
|