Add zone in GCP.#Config

Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
Guillaume de Rouville
2021-09-14 11:38:42 +02:00
parent 8e2dea148b
commit 46362ed247
10 changed files with 53 additions and 36 deletions

View File

@@ -18,7 +18,8 @@ KubeConfig config outputs a valid kube-auth-config for kubectl client
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.region* | `string` |GCP region |
|*config.region* | `*null \| string` |GCP region |
|*config.zone* | `*null \| string` |GCP zone |
|*config.project* | `string` |GCP project |
|*config.serviceKey* | `dagger.#Secret` |GCP service key |
|*clusterName* | `string` |GKE cluster name |