ContainerStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)ContainerStatus holds the information of container name and image digest value.
Attributes |
|
|---|---|
| Name | Description |
name |
str
The name of the container, if specified. |
image_digest |
str
ImageDigest holds the resolved digest for the image specified and resolved during the creation of Revision. This field holds the digest value regardless of whether a tag or digest was originally specified in the Container object. |