Uses of Class
com.google.jenkins.plugins.k8sengine.KubeConfig
-
Packages that use KubeConfig Package Description com.google.jenkins.plugins.k8sengine -
-
Uses of KubeConfig in com.google.jenkins.plugins.k8sengine
Methods in com.google.jenkins.plugins.k8sengine that return KubeConfig Modifier and Type Method Description KubeConfig
KubeConfig.Builder. build()
static KubeConfig
KubeConfig. fromCluster(String projectId, com.google.api.services.container.model.Cluster cluster, String accessToken)
Creates aKubeConfig
from the specifiedCluster
.Methods in com.google.jenkins.plugins.k8sengine with parameters of type KubeConfig Modifier and Type Method Description KubectlWrapper.Builder
KubectlWrapper.Builder. kubeConfig(KubeConfig kubeConfig)
Sets theKubeConfig
to be used by the wrapper.
-