@terascope/job-components / index / ValidatedJobConfig
Interface: ValidatedJobConfig
Defined in: types/dist/src/teraslice.d.ts:265
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
active | boolean | - | types/dist/src/teraslice.d.ts:266 |
analytics | boolean | - | types/dist/src/teraslice.d.ts:267 |
apis | APIConfig[] | - | types/dist/src/teraslice.d.ts:273 |
assets | string[] | - | types/dist/src/teraslice.d.ts:268 |
autorecover? | boolean | - | types/dist/src/teraslice.d.ts:269 |
cpu? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:290 |
cpu_execution_controller? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:292 |
env_vars | object | - | types/dist/src/teraslice.d.ts:276 |
ephemeral_storage? | boolean | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:294 |
external_ports? | (number | ExternalPort)[] | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:296 |
kubernetes_image? | string | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:314 |
labels? | object | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:284 |
lifecycle | LifeCycle | - | types/dist/src/teraslice.d.ts:270 |
log_level? | string | - | types/dist/src/teraslice.d.ts:279 |
max_retries | number | - | types/dist/src/teraslice.d.ts:271 |
memory? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:298 |
memory_execution_controller? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:300 |
name | string | - | types/dist/src/teraslice.d.ts:272 |
operations | OpConfig[] | - | types/dist/src/teraslice.d.ts:274 |
pod_spec_override? | Record<string, any> | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:302 |
probation_window | number | - | types/dist/src/teraslice.d.ts:275 |
prom_metrics_add_default? | boolean | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:320 |
prom_metrics_enabled? | boolean | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:316 |
prom_metrics_port? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:318 |
relocatable? | boolean | This will only be available in the context of k8s. Set by the system at execution start. | types/dist/src/teraslice.d.ts:322 |
resources_limits_cpu? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:308 |
resources_limits_memory? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:310 |
resources_requests_cpu? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:304 |
resources_requests_memory? | number | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:306 |
slicers | number | - | types/dist/src/teraslice.d.ts:280 |
stateful? | boolean | - | types/dist/src/teraslice.d.ts:282 |
targets? | Targets[] | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:288 |
volumes? | Volume[] | This will only be available in the context of k8s | types/dist/src/teraslice.d.ts:312 |
workers | number | - | types/dist/src/teraslice.d.ts:281 |