Docker command and arguments. We call this args rather than
command because we think k8s got it right.
Docker image entrypoint. We call this command rather than
entrypoint because we think k8s got it right.
Environment variables to set in Docker container.
Full Docker image name, i.e., registry/name:tag.
Unique name for this container within this goal.
Ports to expose from container.
Provider secrets that should be made available to the container
Volumes to mount in container.
Generated using TypeDoc
Simplified container abstraction for goals.