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