beta contoller implanted

This commit is contained in:
2026-04-09 17:50:12 +02:00
parent 29c4e5d674
commit 7bb0698f77
9 changed files with 133 additions and 45 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
kubeclicmd "k8s.io/client-go/tools/clientcmd"
)
func makeClientset(kubeconf []byte) (kubeclient.Interface, error) {
func MakeClientset(kubeconf []byte) (kubeclient.Interface, error) {
var res kubeclient.Interface
var err error
clientConfig, err := kubeclicmd.NewClientConfigFromBytes(kubeconf)