summaryrefslogtreecommitdiff
path: root/vendor/gems/kubeclient/test/config/nouser.kubeconfig
blob: 9289895cc8127faec80fe21183db4596f195c724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: v1
clusters:
- cluster:
    server: https://localhost:6443
  name: localhost:6443
contexts:
- context:
    cluster: localhost:6443
    namespace: default
    user: ""
  name: default/localhost:6443/nouser
current-context: default/localhost:6443/nouser
kind: Config
preferences: {}
users: []