artifactDeployments property
The artifact deployments of the DeploymentEvent.
Each artifact deployment contains the artifact uri and the runtime configuration uri. For GKE, this would be all the containers images that are deployed in the pod.
Output only.
Implementation
core.List<ArtifactDeployment>? artifactDeployments;