Environment dependencies to hint, so when you deploy the environment, the dependencies are also deployed. This is useful when you have a set of environments that depend on each other.
pod_template
Optional[Union[str, PodTemplate]]
Pod template to use for the environment.
description
Optional[str]
Description of the environment.
secrets
Optional[SecretRequest]
Secrets to inject into the environment.
env_vars
Optional[Dict[str, str]]
Environment variables to set for the environment.
resources
Optional[Resources]
Resources to allocate for the environment.
interruptible
bool
Whether the environment is interruptible and can be scheduled on spot/preemptible instances
image
Union[str, Image, Literal['auto']]
Docker image to use for the environment. If set to “auto”, will use the default image.