Uses of Class
org.jenkinsci.plugins.kubernetes.cli.kubeconfig.KubeConfigWriter
-
Packages that use KubeConfigWriter Package Description org.jenkinsci.plugins.kubernetes.cli.kubeconfig -
-
Uses of KubeConfigWriter in org.jenkinsci.plugins.kubernetes.cli.kubeconfig
Methods in org.jenkinsci.plugins.kubernetes.cli.kubeconfig that return KubeConfigWriter Modifier and Type Method Description static KubeConfigWriter
KubeConfigWriterFactory. get(String serverUrl, String credentialsId, String caCertificate, String clusterName, String contextName, String namespace, Boolean restrictKubeConfigAccess, FilePath workspace, Launcher launcher, Run<?,?> build)
static KubeConfigWriter
KubeConfigWriterFactory. get(String serverUrl, String credentialsId, String caCertificate, String clusterName, String contextName, String namespace, Boolean restrictKubeConfigAccess, org.jenkinsci.plugins.workflow.steps.StepContext context)
-