uri property
The URI of the artifact that is deployed.
e.g. us-docker.pkg.dev/my-project/my-repo/image
. The URI does not
include the tag / digest because it captures a lineage of artifacts.
Required. Immutable.
Implementation
core.String? uri;
The URI of the artifact that is deployed.
e.g. us-docker.pkg.dev/my-project/my-repo/image
. The URI does not
include the tag / digest because it captures a lineage of artifacts.
Required. Immutable.
core.String? uri;