@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) @Deprecated public class KubernetesFactoryAdapter extends Object
Constructor and Description |
---|
KubernetesFactoryAdapter(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 credentials,
boolean skipTlsVerify,
int connectTimeout,
int readTimeout,
int maxRequestsPerHost)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
io.fabric8.kubernetes.client.KubernetesClient |
createClient()
Deprecated.
|
String |
toString()
Deprecated.
|
public KubernetesFactoryAdapter(String serviceAddress, @CheckForNull String caCertData, @CheckForNull String credentials, boolean skipTlsVerify)
public KubernetesFactoryAdapter(String serviceAddress, String namespace, @CheckForNull String caCertData, @CheckForNull String credentials, boolean skipTlsVerify)
public KubernetesFactoryAdapter(String serviceAddress, String namespace, @CheckForNull String caCertData, @CheckForNull String credentials, boolean skipTlsVerify, int connectTimeout, int readTimeout)
public KubernetesFactoryAdapter(String serviceAddress, String namespace, @CheckForNull String caCertData, @CheckForNull String credentials, boolean skipTlsVerify, int connectTimeout, int readTimeout, int maxRequestsPerHost)
public io.fabric8.kubernetes.client.KubernetesClient createClient() throws NoSuchAlgorithmException, UnrecoverableKeyException, KeyStoreException, IOException, CertificateEncodingException
Copyright © 2016–2019. All rights reserved.