tag property

String? tag
getter/setter pair

Image tag to use.

This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".

Implementation

core.String? tag;