Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 4.67 KB

File metadata and controls

16 lines (13 loc) · 4.67 KB

UpdateContainer

Represents an update container object

Properties

Name Type Required Description
command string[] Pass a command (and optional arguments) to override the ENTRYPOINT and CMD of a container image.
environmentVariables any Environment variables to set in the container.
image string The container image to use.
imageCaching boolean The container image caching.
logging UpdateContainerLogging Configuration options for directing container logs to a logging provider. This schema enables you to specify a single logging destination for container output, supporting monitoring, debugging, and analytics use cases. Each provider has its own configuration parameters defined in the referenced schemas. Only one logging provider can be selected at a time.
priority ContainerGroupPriority Specifies the priority level for container group execution, which determines resource allocation and scheduling precedence.
registryAuthentication ContainerRegistryAuthentication Authentication configuration for various container registry types, including AWS ECR, Docker Hub, GCP GAR, GCP GCR, and basic authentication.
resources ContainerResourceUpdateSchema Defines the resource specifications that can be modified for a container group, including CPU, memory, GPU classes, and storage allocations.