Skip to content

Commit

Permalink
test: add missing test resources for 6.13
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Aug 9, 2024
1 parent 1f1da91 commit 000da89
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: v1
clusters:
- cluster:
certificate-authority: ca.crt
extensions:
- extension:
last-update: Mon, 22 Jul 2024 15:23:30 IST
provider: test.sigs.k8s.io
version: v1.33.1
name: cluster_info
server: https://172.28.128.4:8443
name: test
contexts:
- context:
cluster: test
extensions:
- extension:
last-update: Mon, 22 Jul 2024 15:23:30 IST
provider: test.sigs.k8s.io
version: v1.33.1
name: context_info
namespace: namespace-from-kubeconfig
user: test
name: test
current-context: test
kind: Config
preferences: {}
users:
- name: test
user:
client-certificate: client.crt
client-key: client.key
token: token-from-kubeconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
namespace-from-mounted-serviceaccount
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
token-from-mounted-serviceaccount

0 comments on commit 000da89

Please sign in to comment.