update cloudrun tests

Signed-off-by: Tihomir Jovicic <tihomir.jovicic.develop@gmail.com>
This commit is contained in:
Tihomir Jovicic
2021-06-21 12:26:24 +02:00
parent 293ee0680f
commit a1dbbf7a7f
3 changed files with 13 additions and 18 deletions

View File

@@ -8,21 +8,21 @@ sidebar_label: cloudrun
import "dagger.io/gcp/cloudrun"
```
## cloudrun.#Deploy
## cloudrun.#Service
Deploy deploys a Cloud Run service based on provided GCR image
Service deploys a Cloud Run service based on provided GCR image
### cloudrun.#Deploy Inputs
### cloudrun.#Service Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.region* | `string` |GCP region |
|*config.project* | `string` |GCP project |
|*config.serviceKey* | `dagger.#Secret` |GCP service key |
|*serviceName* | `string` |service name |
|*name* | `string` |service name |
|*image* | `string` |GCR image ref |
|*platform* | `*"managed" \| string` |Cloud Run platform |
### cloudrun.#Deploy Outputs
### cloudrun.#Service Outputs
_No output._