Class KubernetesFactoryAdapter
java.lang.Object
org.csanchez.jenkins.plugins.kubernetes.KubernetesFactoryAdapter
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
@Deprecated
public class KubernetesFactoryAdapter
extends Object
Deprecated.
- Author:
- Nicolas De Loof This class has been deprecated. You should use KubernetesClientProvider
-
Constructor Summary
ConstructorDescriptionKubernetesFactoryAdapter
(String serviceAddress, String caCertData, String credentials, boolean skipTlsVerify) Deprecated.KubernetesFactoryAdapter
(String serviceAddress, String namespace, String caCertData, String credentials, boolean skipTlsVerify) Deprecated.KubernetesFactoryAdapter
(String serviceAddress, String namespace, String caCertData, String credentials, boolean skipTlsVerify, int connectTimeout, int readTimeout) Deprecated.KubernetesFactoryAdapter
(String serviceAddress, String namespace, String caCertData, String credentialsId, boolean skipTlsVerify, int connectTimeout, int readTimeout, int maxRequestsPerHost, boolean useJenkinsProxy) Deprecated.KubernetesFactoryAdapter
(String serviceAddress, String namespace, String caCertData, String credentialsId, ItemGroup context, boolean skipTlsVerify, int connectTimeout, int readTimeout, int maxRequestsPerHost, boolean useJenkinsProxy) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionio.fabric8.kubernetes.client.KubernetesClient
Deprecated.toString()
Deprecated.
-
Constructor Details
-
KubernetesFactoryAdapter
public KubernetesFactoryAdapter(String serviceAddress, @CheckForNull String caCertData, @CheckForNull String credentials, boolean skipTlsVerify) throws org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException Deprecated.- Throws:
org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException
-
KubernetesFactoryAdapter
public KubernetesFactoryAdapter(String serviceAddress, String namespace, @CheckForNull String caCertData, @CheckForNull String credentials, boolean skipTlsVerify) throws org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException Deprecated.- Throws:
org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException
-
KubernetesFactoryAdapter
public KubernetesFactoryAdapter(String serviceAddress, String namespace, @CheckForNull String caCertData, @CheckForNull String credentials, boolean skipTlsVerify, int connectTimeout, int readTimeout) throws org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException Deprecated.- Throws:
org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException
-
KubernetesFactoryAdapter
public KubernetesFactoryAdapter(String serviceAddress, String namespace, @CheckForNull String caCertData, @CheckForNull String credentialsId, boolean skipTlsVerify, int connectTimeout, int readTimeout, int maxRequestsPerHost, boolean useJenkinsProxy) throws org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException Deprecated.- Throws:
org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException
-
KubernetesFactoryAdapter
public KubernetesFactoryAdapter(String serviceAddress, String namespace, @CheckForNull String caCertData, @CheckForNull String credentialsId, @NonNull ItemGroup context, boolean skipTlsVerify, int connectTimeout, int readTimeout, int maxRequestsPerHost, boolean useJenkinsProxy) throws org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException Deprecated.- Throws:
org.jenkinsci.plugins.kubernetes.auth.KubernetesAuthException
-
-
Method Details