You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/kind/provider.go
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ type Provider interface {
24
24
// ClusterExists checks if a Kubernetes cluster with the given name exists.
25
25
ClusterExists(namestring) (bool, error)
26
26
27
-
// KubeConfig retrieves the kubeconfig for the specified cluster name.
28
-
KubeConfig(namestring) (string, error)
27
+
// KubeConfig retrieves the kubeconfig for the specified cluster name. The bool localhosts indicates whether the function returns a kubeconfig with the local host IP or the container IP.
0 commit comments