targetImage property

String? targetImage
getter/setter pair

The initial image the remote agent will attempt to run for the control plane.

Format would be a gcr image path, e.g.: gcr.io/PROJECT-ID/my-image:tag1

Implementation

core.String? targetImage;