Cloud API Overview > @adpt/cloud > k8s > ContainerSpec
k8s.ContainerSpec interface
Resource spec for a Kubernetes container. See the Kubernetes API docs for more details.
Signature:
export interface ContainerSpec
Properties
| Property | Type | Description |
|---|---|---|
| args | string[] | |
| command | string[] | |
| env | EnvVar[] | |
| image | string | |
| imagePullPolicy | "Always" |"Never" |"IfNotPresent" | |
| name | string | |
| ports | ContainerPort[] | |
| tty | boolean | |
| workingDir | string |