Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KindClusterIsReadyScript = `` /* 481-byte string literal not displayed */ CreateKindClusterProxyScript = `` /* 324-byte string literal not displayed */ OutputKKPUserClusterName = lib + ` export KUBECONFIG=$(mktemp) clusterName="$(kind get clusters | head -n1)" kind get kubeconfig --name "$clusterName" > $KUBECONFIG while [ -z "$(get_cluster_namespace)" ]; do slee 1 done kubectl get clusters --output jsonpath='{.items[].metadata.name}' 2>/dev/null ` OutputKKPUserClusterKubeconfig = lib + ` export KUBECONFIG=$(mktemp) clusterName="$(kind get clusters | head -n1)" kind get kubeconfig --name "$clusterName" > $KUBECONFIG while [ -z "$(get_cluster_namespace)" ]; do slee 1 done clusterNamespace="$(get_cluster_namespace)" while [ -z "$(get_cluster_kubeconfig "$clusterNamespace")" ]; do slee 1 done get_cluster_kubeconfig "$clusterNamespace" ` )
Functions ¶
func RunCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.