Uses of Class
com.google.jenkins.plugins.k8sengine.KubeConfig
Packages that use KubeConfig
-
Uses of KubeConfig in com.google.jenkins.plugins.k8sengine
Methods in com.google.jenkins.plugins.k8sengine that return KubeConfigModifier and TypeMethodDescriptionKubeConfig.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 KubeConfigModifier and TypeMethodDescriptionKubectlWrapper.Builder.kubeConfig
(KubeConfig kubeConfig) Sets theKubeConfig
to be used by the wrapper.