Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcpauth.kubeconfig « config « test « kubeclient « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ee387ebb168fe56da304282947f80326ee06a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
        expiry: 2019-02-19T11:07:29.827352-05:00
      name: gcp