move Cloud Run tests to universe/stdlib env

Signed-off-by: Tihomir Jovicic <tihomir.jovicic.develop@gmail.com>
This commit is contained in:
Tihomir Jovicic
2021-06-21 11:26:54 +02:00
parent 6e363f86dd
commit a78a678db3
5 changed files with 55 additions and 3 deletions

View File

@@ -4,11 +4,15 @@ sidebar_label: cloudrun
# dagger.io/gcp/cloudrun
## #Deploy
```cue
import "dagger.io/gcp/cloudrun"
```
## cloudrun.#Deploy
Deploy deploys a Cloud Run service based on provided GCR image
### #Deploy Inputs
### cloudrun.#Deploy Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
@@ -19,6 +23,6 @@ Deploy deploys a Cloud Run service based on provided GCR image
|*image* | `string` |GCR image ref |
|*platform* | `*"managed" \| string` |Cloud Run platform |
### #Deploy Outputs
### cloudrun.#Deploy Outputs
_No output._