-
Notifications
You must be signed in to change notification settings - Fork 1
JobSpec
Gregory Nickonov edited this page Mar 4, 2019
·
1 revision
JobSpec is used by both Cron Jobs and Jobs to define job behavior.
| Sunstone property | Kubernetes property | Type |
|---|---|---|
| active_deadline_seconds | activeDeadlineSeconds | Integer |
| backoff_limit | backoffLimit | Integer |
| completions | completions | Integer |
| manual_selector | manualSelector | Boolean |
| parallelism | parallelism | Integer |
| selector | selector | LabelSelector |
| template | template | PodTemplateSpec |
| ttl_seconds_after_finished | ttlSecondsAfterFinished | Integer |