mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-09-16 15:58:25 +00:00
test: Add more kubectx tests (#111)
This commit is contained in:
committed by
Ahmet Alp Balkan
parent
845f3b690b
commit
acbf324464
18
test/testdata/config1
vendored
Normal file
18
test/testdata/config1
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# config with one context
|
||||
|
||||
apiVersion: v1
|
||||
clusters:
|
||||
- cluster:
|
||||
server: ""
|
||||
name: cluster1
|
||||
contexts:
|
||||
- context:
|
||||
cluster: cluster1
|
||||
user: user1
|
||||
name: user1@cluster1
|
||||
current-context: ""
|
||||
kind: Config
|
||||
preferences: {}
|
||||
users:
|
||||
- name: user1
|
||||
user: {}
|
Reference in New Issue
Block a user