Name | Type | Description | Notes |
---|---|---|---|
command | list[str] | Entrypoint command for ScriptProcessor. | [optional] |
env | list[V1EnvVar] | List of environment variables to set in the container. | [optional] |
image | str | Image (e.g. alluxio/alluxio) | [optional] |
image_pull_policy | str | One of the three policies: `Always`, `IfNotPresent`, `Never` | [optional] |
image_tag | str | Image tag (e.g. 2.3.0-SNAPSHOT) | [optional] |
resources | V1ResourceRequirements | [optional] | |
restart_policy | str | RestartPolicy specifies the processor job's restart policy. Only "Never", "OnFailure" is allowed. | [optional] |
source | str | Script source for ScriptProcessor | [default to ''] |
volume_mounts | list[V1VolumeMount] | Pod volumes to mount into the container's filesystem. | [optional] |
volumes | list[V1Volume] | List of volumes that can be mounted by containers belonging to the pod. | [optional] |