Skip to content

Commit

Permalink
add missing test value
Browse files Browse the repository at this point in the history
  • Loading branch information
krmodelski committed Dec 18, 2024
1 parent d5e80aa commit c7fb1e4
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions testdata/kubeconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
apiVersion: v1
clusters:
- cluster:
certificate-authority-data: Q0FEQVRB
server: http://example.com
proxy-url: socks5://localhost:1181
name: cluster1
- cluster:
certificate-authority-data: Q0FEQVRBMg==
server: http://example2.com
insecure-skip-tls-verify: true
name: cluster2
- cluster:
certificate-authority-data: Q0FEQVRB
server: http://example.com
proxy-url: socks5://localhost:1181
name: cluster1
- cluster:
certificate-authority-data: Q0FEQVRBMg==
server: http://example2.com
insecure-skip-tls-verify: true
name: cluster2

contexts:
- context:
cluster: cluster1
user: user1
name: context1
- context:
cluster: cluster2
namespace: namespace2
user: user2
name: context2
- context:
cluster: cluster2
user: user3
name: passwd
- context:
cluster: cluster1
user: user1
name: context1
- context:
cluster: cluster2
namespace: namespace2
user: user2
name: context2
- context:
cluster: cluster2
user: user3
name: passwd

current-context: context2
kind: Config
preferences: {}
users:
- name: user1
user:
client-certificate-data: VVNFUl9DQURBVEE=
client-key-data: VVNFUl9DS0RBVEE=
- name: user2
user:
client-certificate-data: VVNFUjJfQ0FEQVRB
client-key-data: VVNFUjJfQ0tEQVRB
- name: user3
user:
username: foo
password: bar
- name: user1
user:
client-certificate-data: VVNFUl9DQURBVEE=
client-key-data: VVNFUl9DS0RBVEE=
- name: user2
user:
client-certificate-data: VVNFUjJfQ0FEQVRB
client-key-data: VVNFUjJfQ0tEQVRB
- name: user3
user:
username: foo
password: bar

0 comments on commit c7fb1e4

Please sign in to comment.