summaryrefslogtreecommitdiff
path: root/vendor/gems/kubeclient/test/config/gcpcmdauth.kubeconfig
blob: 2e2db39583406fb401251420c8720a060c565f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
apiVersion: v1
clusters:
- cluster:
    server: https://localhost:8443
  name: localhost:8443
contexts:
- context:
    cluster: localhost:8443
    namespace: default
    user: application-default-credentials
  name: localhost/application-default-credentials
kind: Config
preferences: {}
users:
- name: application-default-credentials
  user:
    auth-provider:
      config:
        access-token: <fake_token>
        cmd-args: config config-helper --format=json
        cmd-path: /path/to/gcloud
        expiry: 2019-04-09T19:26:18Z
        expiry-key: '{.credential.token_expiry}'
        token-key: '{.credential.access_token}'
      name: gcp