Skip to content

Commit 2c077d7

Browse files
sync docs (#520)
Co-authored-by: michaeljguarino <[email protected]>
1 parent d4cfdff commit 2c077d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/overview/management-api-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,6 +1946,8 @@ _Appears in:_
19461946
| `containers` _[Container](#container) array_ | Containers to run as part of the job, such as test runners or validation scripts. | | Optional: \{\} <br /> |
19471947
| `labels` _object (keys:string, values:string)_ | Labels to apply to the job for organization and selection. | | Optional: \{\} <br /> |
19481948
| `annotations` _object (keys:string, values:string)_ | Annotations to apply to the job for additional metadata. | | Optional: \{\} <br /> |
1949+
| `nodeSelector` _object (keys:string, values:string)_ | NodeSelector to apply to the job for scheduling. | | Optional: \{\} <br /> |
1950+
| `tolerations` _[Toleration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#toleration-v1-core) array_ | Tolerations to apply to the job for scheduling. | | Optional: \{\} <br /> |
19491951
| `serviceAccount` _string_ | ServiceAccount to use for the job execution. | | Optional: \{\} <br />Type: string <br /> |
19501952
| `raw` _[JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#jobspec-v1-batch)_ | Raw allows defining the job using a full Kubernetes JobSpec manifest<br />instead of the simplified container-based approach. | | Optional: \{\} <br /> |
19511953
| `resources` _[ContainerResources](#containerresources)_ | Resources specification that overrides implicit container resources<br />when containers are not directly configured. | | Optional: \{\} <br /> |

0 commit comments

Comments
 (0)