Class KubeConfigWriterFactory
- java.lang.Object
-
- org.jenkinsci.plugins.kubernetes.cli.kubeconfig.KubeConfigWriterFactory
-
public abstract class KubeConfigWriterFactory extends Object
- Author:
- Max Laverse
-
-
Constructor Summary
Constructors Constructor Description KubeConfigWriterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KubeConfigWriter
get(String serverUrl, String credentialsId, String caCertificate, String clusterName, String contextName, String namespace, Boolean restrictKubeConfigAccess, FilePath workspace, Launcher launcher, Run<?,?> build)
static KubeConfigWriter
get(String serverUrl, String credentialsId, String caCertificate, String clusterName, String contextName, String namespace, Boolean restrictKubeConfigAccess, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Method Detail
-
get
public static KubeConfigWriter get(@Nonnull String serverUrl, @Nonnull String credentialsId, String caCertificate, String clusterName, String contextName, String namespace, Boolean restrictKubeConfigAccess, FilePath workspace, Launcher launcher, Run<?,?> build)
-
get
public static KubeConfigWriter get(@Nonnull String serverUrl, @Nonnull String credentialsId, String caCertificate, String clusterName, String contextName, String namespace, Boolean restrictKubeConfigAccess, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-