debian-mirror-gitlab/vendor/gems/kubeclient/test/config/gcpcmdauth.kubeconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
647 B
Text
Raw Normal View History

2023-03-04 22:38:38 +05:30
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