artifactDeployments property

List<ArtifactDeployment>? artifactDeployments
getter/setter pair

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;