ContainerCodePackageProperties interface
Properties
commands | Command array to execute within the |
diagnostics | Reference to sinks in |
endpoints | The endpoints exposed by this |
entrypoint | Override for the default entry point in the |
environment |
The environment |
image | |
image |
Image registry |
instance |
Runtime information of a |
labels | The labels to set in this container. |
name | |
reliable |
A list of |
resources | |
settings | The settings to set in this container. The |
volume |
Volumes to be attached to the |
volumes | Volumes to be attached to |
Property Details
commands
Command array to execute within the
commands?: string[]
Property Value
string[]
diagnostics
endpoints
entrypoint
Override for the default entry point in the
entrypoint?: string
Property Value
string
environmentVariables
image
image: string
Property Value
string
imageRegistryCredential
Image registry
imageRegistryCredential?: ImageRegistryCredential
Property Value
instanceView
labels
name
name: string
Property Value
string
reliableCollectionsRefs
A list of
reliableCollectionsRefs?: ReliableCollectionsRef[]
Property Value
resources
settings
volumeRefs
volumes
Volumes to be attached to
volumes?: ApplicationScopedVolume[]