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

nouser.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: 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: []