@terascope/job-components / index / JobConfig
Interface: JobConfig
Defined in: types/dist/src/teraslice.d.ts:51
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
_context | "job" | - | - | types/dist/src/teraslice.d.ts:53 |
_created | string | Date | - | - | types/dist/src/teraslice.d.ts:54 |
_deleted? | boolean | - | - | types/dist/src/teraslice.d.ts:56 |
_deleted_on? | string | Date | - | - | types/dist/src/teraslice.d.ts:57 |
_updated | string | Date | - | - | types/dist/src/teraslice.d.ts:55 |
active | boolean | - | ValidatedJobConfig.active | types/dist/src/teraslice.d.ts:219 |
analytics | boolean | - | ValidatedJobConfig.analytics | types/dist/src/teraslice.d.ts:220 |
apis | APIConfig[] | - | ValidatedJobConfig.apis | types/dist/src/teraslice.d.ts:226 |
assets | string[] | - | ValidatedJobConfig.assets | types/dist/src/teraslice.d.ts:221 |
autorecover? | boolean | - | ValidatedJobConfig.autorecover | types/dist/src/teraslice.d.ts:222 |
cpu? | number | This will only be available in the context of k8s | ValidatedJobConfig.cpu | types/dist/src/teraslice.d.ts:243 |
cpu_execution_controller? | number | This will only be available in the context of k8s | ValidatedJobConfig.cpu_execution_controller | types/dist/src/teraslice.d.ts:245 |
env_vars | object | - | ValidatedJobConfig.env_vars | types/dist/src/teraslice.d.ts:229 |
ephemeral_storage? | boolean | This will only be available in the context of k8s | ValidatedJobConfig.ephemeral_storage | types/dist/src/teraslice.d.ts:247 |
ex? | any | - | - | types/dist/src/teraslice.d.ts:58 |
external_ports? | (number | ExternalPort)[] | This will only be available in the context of k8s | ValidatedJobConfig.external_ports | types/dist/src/teraslice.d.ts:249 |
job_id | string | - | - | types/dist/src/teraslice.d.ts:52 |
kubernetes_image? | string | This will only be available in the context of k8s | ValidatedJobConfig.kubernetes_image | types/dist/src/teraslice.d.ts:267 |
labels? | object | This will only be available in the context of k8s | ValidatedJobConfig.labels | types/dist/src/teraslice.d.ts:237 |
lifecycle | LifeCycle | - | ValidatedJobConfig.lifecycle | types/dist/src/teraslice.d.ts:223 |
log_level? | string | - | ValidatedJobConfig.log_level | types/dist/src/teraslice.d.ts:232 |
max_retries | number | - | ValidatedJobConfig.max_retries | types/dist/src/teraslice.d.ts:224 |
memory? | number | This will only be available in the context of k8s | ValidatedJobConfig.memory | types/dist/src/teraslice.d.ts:251 |
memory_execution_controller? | number | This will only be available in the context of k8s | ValidatedJobConfig.memory_execution_controller | types/dist/src/teraslice.d.ts:253 |
name | string | - | ValidatedJobConfig.name | types/dist/src/teraslice.d.ts:225 |
operations | OpConfig[] | - | ValidatedJobConfig.operations | types/dist/src/teraslice.d.ts:227 |
pod_spec_override? | Record<string, any> | This will only be available in the context of k8s | ValidatedJobConfig.pod_spec_override | types/dist/src/teraslice.d.ts:255 |
probation_window | number | - | ValidatedJobConfig.probation_window | types/dist/src/teraslice.d.ts:228 |
prom_metrics_add_default? | boolean | This will only be available in the context of k8s | ValidatedJobConfig.prom_metrics_add_default | types/dist/src/teraslice.d.ts:273 |
prom_metrics_enabled? | boolean | This will only be available in the context of k8s | ValidatedJobConfig.prom_metrics_enabled | types/dist/src/teraslice.d.ts:269 |
prom_metrics_port? | number | This will only be available in the context of k8s | ValidatedJobConfig.prom_metrics_port | types/dist/src/teraslice.d.ts:271 |
resources_limits_cpu? | number | This will only be available in the context of k8s | ValidatedJobConfig.resources_limits_cpu | types/dist/src/teraslice.d.ts:261 |
resources_limits_memory? | number | This will only be available in the context of k8s | ValidatedJobConfig.resources_limits_memory | types/dist/src/teraslice.d.ts:263 |
resources_requests_cpu? | number | This will only be available in the context of k8s | ValidatedJobConfig.resources_requests_cpu | types/dist/src/teraslice.d.ts:257 |
resources_requests_memory? | number | This will only be available in the context of k8s | ValidatedJobConfig.resources_requests_memory | types/dist/src/teraslice.d.ts:259 |
slicers | number | - | ValidatedJobConfig.slicers | types/dist/src/teraslice.d.ts:233 |
stateful? | boolean | - | ValidatedJobConfig.stateful | types/dist/src/teraslice.d.ts:235 |
targets? | Targets[] | This will only be available in the context of k8s | ValidatedJobConfig.targets | types/dist/src/teraslice.d.ts:241 |
volumes? | Volume[] | This will only be available in the context of k8s | ValidatedJobConfig.volumes | types/dist/src/teraslice.d.ts:265 |
workers | number | - | ValidatedJobConfig.workers | types/dist/src/teraslice.d.ts:234 |