@terascope/types / teraslice / ValidatedJobConfig
Interface: ValidatedJobConfig
Extended by
Properties
active
active:
boolean
Source
analytics
analytics:
boolean
Source
apis
apis:
APIConfig
[]
Source
assetIds?
optional
assetIds:string
[]
This may not exist until ran in an execution
Source
assets
assets:
string
[]
Source
autorecover?
optional
autorecover:boolean
Source
cpu?
optional
cpu:number
This will only be available in the context of k8s
Source
cpu_execution_controller?
optional
cpu_execution_controller:number
This will only be available in the context of k8s
Source
env_vars
env_vars:
object
Index signature
[key
: string
]: string
Source
ephemeral_storage?
optional
ephemeral_storage:boolean
This will only be available in the context of k8s
Source
external_ports?
optional
external_ports: (number
|ExternalPort
)[]
This will only be available in the context of k8s
Source
kubernetes_image?
optional
kubernetes_image:string
This will only be available in the context of k8s
Source
labels?
optional
labels:object
This will only be available in the context of k8s
Index signature
[key
: string
]: string
Source
lifecycle
lifecycle:
LifeCycle
Source
log_level?
optional
log_level:string
Source
max_retries
max_retries:
number
Source
memory?
optional
memory:number
This will only be available in the context of k8s
Source
memory_execution_controller?
optional
memory_execution_controller:number
This will only be available in the context of k8s
Source
name
name:
string
Source
operations
operations:
OpConfig
[]
Source
performance_metrics?
optional
performance_metrics:boolean
Source
pod_spec_override?
optional
pod_spec_override:Record
<string
,any
>
This will only be available in the context of k8s
Source
probation_window
probation_window:
number
Source
prom_metrics_add_default?
optional
prom_metrics_add_default:boolean
This will only be available in the context of k8s
Source
prom_metrics_enabled?
optional
prom_metrics_enabled:boolean
This will only be available in the context of k8s
Source
prom_metrics_port?
optional
prom_metrics_port:number
This will only be available in the context of k8s
Source
resources_limits_cpu?
optional
resources_limits_cpu:number
This will only be available in the context of k8s
Source
resources_limits_memory?
optional
resources_limits_memory:number
This will only be available in the context of k8s
Source
resources_requests_cpu?
optional
resources_requests_cpu:number
This will only be available in the context of k8s
Source
resources_requests_memory?
optional
resources_requests_memory:number
This will only be available in the context of k8s
Source
slicers
slicers:
number
Source
stateful?
optional
stateful:boolean
Source
targets?
optional
targets:Targets
[]
This will only be available in the context of k8s
Source
volumes?
optional
volumes:Volume
[]
This will only be available in the context of k8s
Source
workers
workers:
number