Config(String masterUrl,
String apiVersion,
String namespace,
Boolean trustCerts,
Boolean disableHostnameVerification,
String caCertFile,
String caCertData,
String clientCertFile,
String clientCertData,
String clientKeyFile,
String clientKeyData,
String clientKeyAlgo,
String clientKeyPassphrase,
String username,
String password,
String oauthToken,
String autoOAuthToken,
Integer watchReconnectInterval,
Integer watchReconnectLimit,
Integer connectionTimeout,
Integer requestTimeout,
Long scaleTimeout,
Integer loggingInterval,
Integer maxConcurrentRequests,
Integer maxConcurrentRequestsPerHost,
Boolean http2Disable,
String httpProxy,
String httpsProxy,
String[] noProxy,
String userAgent,
TlsVersion[] tlsVersions,
Long websocketPingInterval,
String proxyUsername,
String proxyPassword,
String trustStoreFile,
String trustStorePassphrase,
String keyStoreFile,
String keyStorePassphrase,
String impersonateUsername,
String[] impersonateGroups,
Map<String,List<String>> impersonateExtras,
OAuthTokenProvider oauthTokenProvider,
Map<String,String> customHeaders,
Integer requestRetryBackoffLimit,
Integer requestRetryBackoffInterval,
Integer uploadRequestTimeout,
Boolean onlyHttpWatches,
io.fabric8.kubernetes.api.model.NamedContext currentContext,
List<io.fabric8.kubernetes.api.model.NamedContext> contexts,
Boolean autoConfigure) |
Config(String masterUrl,
String apiVersion,
String namespace,
Boolean trustCerts,
boolean disableHostnameVerification,
String caCertFile,
String caCertData,
String clientCertFile,
String clientCertData,
String clientKeyFile,
String clientKeyData,
String clientKeyAlgo,
String clientKeyPassphrase,
String username,
String password,
String oauthToken,
String autoOAuthToken,
int watchReconnectInterval,
int watchReconnectLimit,
int connectionTimeout,
int requestTimeout,
long scaleTimeout,
int loggingInterval,
int maxConcurrentRequests,
int maxConcurrentRequestsPerHost,
boolean http2Disable,
String httpProxy,
String httpsProxy,
String[] noProxy,
Map<Integer,String> errorMessages,
String userAgent,
TlsVersion[] tlsVersions,
long websocketPingInterval,
String proxyUsername,
String proxyPassword,
String trustStoreFile,
String trustStorePassphrase,
String keyStoreFile,
String keyStorePassphrase,
String impersonateUsername,
String[] impersonateGroups,
Map<String,List<String>> impersonateExtras,
OAuthTokenProvider oauthTokenProvider,
Map<String,String> customHeaders,
int requestRetryBackoffLimit,
int requestRetryBackoffInterval,
int uploadRequestTimeout,
boolean onlyHttpWatches,
io.fabric8.kubernetes.api.model.NamedContext currentContext,
List<io.fabric8.kubernetes.api.model.NamedContext> contexts)
Deprecated.
|
Config(String masterUrl,
String apiVersion,
String namespace,
Boolean trustCerts,
boolean disableHostnameVerification,
String caCertFile,
String caCertData,
String clientCertFile,
String clientCertData,
String clientKeyFile,
String clientKeyData,
String clientKeyAlgo,
String clientKeyPassphrase,
String username,
String password,
String oauthToken,
String autoOAuthToken,
int watchReconnectInterval,
int watchReconnectLimit,
int connectionTimeout,
int requestTimeout,
long rollingTimeout,
long scaleTimeout,
int loggingInterval,
int maxConcurrentRequests,
int maxConcurrentRequestsPerHost,
String httpProxy,
String httpsProxy,
String[] noProxy,
Map<Integer,String> errorMessages,
String userAgent,
TlsVersion[] tlsVersions,
long websocketPingInterval,
String proxyUsername,
String proxyPassword,
String trustStoreFile,
String trustStorePassphrase,
String keyStoreFile,
String keyStorePassphrase,
String impersonateUsername,
String[] impersonateGroups,
Map<String,List<String>> impersonateExtras)
Deprecated.
|