imageDigest property

String? imageDigest
getter/setter pair

ImageDigest holds the resolved digest for the image specified within .Spec.Container.Image.

The digest is 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.

Implementation

core.String? imageDigest;