Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateService ¶
func CreateOrUpdateService(runAPIClient *run.APIService, projectID, region string, opts config.DeployOptions) error
CreateOrUpdateService deploys a service to Cloud run. If the service doesn't exist, it creates a new one. If the service exists, it updates the existing service with the config.DeployOptions.
func WaitForServiceReady ¶
func WaitForServiceReady(ctx context.Context, runAPIClient *run.APIService, projectID, region, service string) error
WaitForServiceReady waits for a Cloud Run service to reach a ready state by polling its status.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.