Skip to main content

gcp.project.cloudRunService.service

Supported platform

  • gcp

Description

GCP Cloud Run service

Fields

IDTYPEDESCRIPTION
idstringService identifier
projectIdstringProject ID
regionstringRegion
namestringService name
descriptionstringService description
generationintNumber that monotonically increases every time the user modifies the desired state
labelsmap[string]stringUser-provided labels
annotationsmap[string]stringUnstructured key-value map that may be set by external tools to store an arbitrary metadata
createdtimeCreation timestamp
updatedtimeUpdate timestamp
deletedtimeDeletion timestamp
expiredtimeTimestamp after which a deleted service will be permanently deleted
creatorstringEmail address of the authenticated creator
lastModifierstringEmail address of the last authenticated modifier
ingressstringIngress settings
launchStagestringLaunch stage
templategcp.project.cloudRunService.service.revisionTemplateTemplate used to create revisions for the service
traffic[]dictSpecifies how to distribute traffic over a collection of revisions belonging to the service
observedGenerationintGeneration of this service currently serving traffic
terminalConditiongcp.project.cloudRunService.conditionConditions of this service, containing its readiness status and detailed error information in case it did not reach a serving state
conditions[]gcp.project.cloudRunService.conditionConditions of all other associated sub-resources
latestReadyRevisionstringName of the latest revision that is serving traffic
latestCreatedRevisionstringName of the last created revision
trafficStatuses[]dictDetailed status information for corresponding traffic targets
uristringMain URI in which this service is serving traffic
reconcilingboolWhether the service is currently being acted upon by the system to bring it into the desired state

References