We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101db97 commit 2482482Copy full SHA for 2482482
docs/datagatherers/gke.md
@@ -25,9 +25,10 @@ data-gatherers:
25
- kind: "gke"
26
name: "gke"
27
config:
28
- project: my-gcp-project
29
- location: us-central1-a
30
- cluster: my-gke-cluster
+ cluster:
+ project: my-gcp-project
+ location: us-central1-a
31
+ name: my-gke-cluster
32
# Path to a file containing the credentials. If empty, it will try to use
33
# the SDK defaults
34
# credentials: /tmp/credentials.json
0 commit comments