deploymentStatus property

String? deploymentStatus
getter/setter pair

Status of the deployment.

Valid values include: - deployed: Successful. - error : Failed. - pending : Pod has not yet reported on the deployment.

Implementation

core.String? deploymentStatus;