mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Generate files from v1.JobSpec modification
This commit contains the new version of generated api files linked to the v1.JobSpec modifications in the previous commit after "make update"
This commit is contained in:
@@ -57557,10 +57557,15 @@
|
||||
],
|
||||
"properties": {
|
||||
"activeDeadlineSeconds": {
|
||||
"description": "Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer",
|
||||
"description": "Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"backoffLimit": {
|
||||
"description": "Specifies the number of retries before marking this job failed. Defaults to 6",
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"completions": {
|
||||
"description": "Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/",
|
||||
"type": "integer",
|
||||
|
||||
@@ -1385,7 +1385,12 @@
|
||||
"activeDeadlineSeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer"
|
||||
"description": "Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer"
|
||||
},
|
||||
"backoffLimit": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "Specifies the number of retries before marking this job failed. Defaults to 6"
|
||||
},
|
||||
"selector": {
|
||||
"$ref": "v1.LabelSelector",
|
||||
|
||||
@@ -1440,7 +1440,12 @@
|
||||
"activeDeadlineSeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer"
|
||||
"description": "Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer"
|
||||
},
|
||||
"backoffLimit": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "Specifies the number of retries before marking this job failed. Defaults to 6"
|
||||
},
|
||||
"selector": {
|
||||
"$ref": "v1.LabelSelector",
|
||||
|
||||
@@ -1440,7 +1440,12 @@
|
||||
"activeDeadlineSeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "Optional duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer"
|
||||
"description": "Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer"
|
||||
},
|
||||
"backoffLimit": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "Specifies the number of retries before marking this job failed. Defaults to 6"
|
||||
},
|
||||
"selector": {
|
||||
"$ref": "v1.LabelSelector",
|
||||
|
||||
Reference in New Issue
Block a user