public abstract class KubeConfigWriterFactory extends Object
| Constructor and Description |
|---|
KubeConfigWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static KubeConfigWriter |
get(String serverUrl,
String credentialsId,
String caCertificate,
String clusterName,
String contextName,
String namespace,
FilePath workspace,
Launcher launcher,
Run<?,?> build) |
static KubeConfigWriter |
get(String serverUrl,
String credentialsId,
String caCertificate,
String clusterName,
String contextName,
String namespace,
org.jenkinsci.plugins.workflow.steps.StepContext context) |
public static KubeConfigWriter get(@Nonnull String serverUrl, @Nonnull String credentialsId, String caCertificate, String clusterName, String contextName, String namespace, FilePath workspace, Launcher launcher, Run<?,?> build)
public static KubeConfigWriter get(@Nonnull String serverUrl, @Nonnull String credentialsId, String caCertificate, String clusterName, String contextName, String namespace, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.