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 KubeConfigKubeConfig.fromCluster(String projectId, com.google.api.services.container.model.Cluster cluster, String accessToken) Creates aKubeConfigfrom the specifiedCluster.Methods in com.google.jenkins.plugins.k8sengine with parameters of type KubeConfigModifier and TypeMethodDescriptionKubectlWrapper.Builder.kubeConfig(KubeConfig kubeConfig) Sets theKubeConfigto be used by the wrapper.