You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/overview/management-api-reference.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1946,6 +1946,8 @@ _Appears in:_
1946
1946
|`containers`_[Container](#container) array_| Containers to run as part of the job, such as test runners or validation scripts. || Optional: \{\} <br /> |
1947
1947
|`labels`_object (keys:string, values:string)_| Labels to apply to the job for organization and selection. || Optional: \{\} <br /> |
1948
1948
|`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 /> |
1949
1951
|`serviceAccount`_string_| ServiceAccount to use for the job execution. || Optional: \{\} <br />Type: string <br /> |
1950
1952
|`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 /> |
1951
1953
|`resources`_[ContainerResources](#containerresources)_| Resources specification that overrides implicit container resources<br />when containers are not directly configured. || Optional: \{\} <br /> |
0 commit comments