| command |
array |
The commands to execute within the container instance in exec form. |
| environmentVariables |
array |
The environment variables to set in the container instance. |
| image |
string |
The name of the image used to create the container instance. |
| instanceView |
object |
The instance view of the container instance. Only valid in response. |
| livenessProbe |
object |
The liveness probe. |
| ports |
array |
The exposed ports on the container instance. |
| readinessProbe |
object |
The readiness probe. |
| resources |
object |
The resource requirements of the container instance. |
| volumeMounts |
array |
The volume mounts available to the container instance. |