runtimeDeploymentUri property

String? runtimeDeploymentUri
getter/setter pair

The runtime assigned URI of the DeploymentEvent.

For GKE, this is the fully qualified replica set uri. e.g. container.googleapis.com/projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/apps/replicasets/{replica-set-id} For Cloud Run, this is the revision name.

Output only.

Implementation

core.String? runtimeDeploymentUri;