Skip to content

Commit a952d93

Browse files
committed
使用k8s api
1 parent a22e0ae commit a952d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-api/k8s_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
func TestK8s(t *testing.T) {
13-
client, err := NewK8sClientset(KubeConfigPath("/home/jk/.kube/config"))
13+
client, err := NewK8sClientset(KubeConfigPath("/home/app/.kube/config"))
1414
if err != nil {
1515
panic(err)
1616
}

0 commit comments

Comments
 (0)