Package io.fabric8.kubernetes.client
Class ConfigFluent<A extends ConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.client.SundrioConfigFluent<A>
-
- io.fabric8.kubernetes.client.ConfigFluent<A>
-
- Direct Known Subclasses:
ConfigBuilder
,KubernetesClientBuilder.ConfigNested
public class ConfigFluent<A extends ConfigFluent<A>> extends SundrioConfigFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ConfigFluent()
ConfigFluent(Config instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyInstance(Config instance)
A
withAutoConfigure(boolean autoConfigure)
A
withConnectionTimeout(int connectionTimeout)
A
withDisableHostnameVerification(boolean disableHostnameVerification)
A
withHttp2Disable(boolean http2Disable)
A
withLoggingInterval(int loggingInterval)
A
withMaxConcurrentRequests(int maxConcurrentRequests)
A
withOnlyHttpWatches(boolean onlyHttpWatches)
A
withRequestRetryBackoffInterval(int requestRetryBackoffInterval)
A
withRequestRetryBackoffLimit(int requestRetryBackoffLimit)
A
withRequestTimeout(int requestTimeout)
A
withScaleTimeout(long scaleTimeout)
A
withTrustCerts(boolean trustCerts)
A
withUploadRequestTimeout(int uploadRequestTimeout)
A
withWatchReconnectInterval(int watchReconnectInterval)
A
withWatchReconnectLimit(int watchReconnectLimit)
A
withWebsocketPingInterval(long websocketPingInterval)
-
Methods inherited from class io.fabric8.kubernetes.client.SundrioConfigFluent
addAllToContexts, addAllToImpersonateGroups, addAllToNoProxy, addAllToTlsVersions, addToContexts, addToContexts, addToCustomHeaders, addToCustomHeaders, addToImpersonateExtras, addToImpersonateExtras, addToImpersonateGroups, addToImpersonateGroups, addToNoProxy, addToNoProxy, addToTlsVersions, addToTlsVersions, copyInstance, equals, getApiVersion, getAuthProvider, getAutoConfigure, getAutoOAuthToken, getCaCertData, getCaCertFile, getClientCertData, getClientCertFile, getClientKeyAlgo, getClientKeyData, getClientKeyFile, getClientKeyPassphrase, getConnectionTimeout, getContext, getContexts, getCurrentContext, getCustomHeaders, getDisableHostnameVerification, getFirstContext, getHttp2Disable, getHttpProxy, getHttpsProxy, getImpersonateExtras, getImpersonateGroups, getImpersonateUsername, getKeyStoreFile, getKeyStorePassphrase, getLastContext, getLoggingInterval, getMasterUrl, getMatchingContext, getMaxConcurrentRequests, getMaxConcurrentRequestsPerHost, getNamespace, getNoProxy, getOauthToken, getOauthTokenProvider, getOnlyHttpWatches, getPassword, getProxyPassword, getProxyUsername, getRequestRetryBackoffInterval, getRequestRetryBackoffLimit, getRequestTimeout, getScaleTimeout, getTlsVersions, getTrustCerts, getTrustStoreFile, getTrustStorePassphrase, getUploadRequestTimeout, getUserAgent, getUsername, getWatchReconnectInterval, getWatchReconnectLimit, getWebsocketPingInterval, hasApiVersion, hasAuthProvider, hasAutoConfigure, hasAutoOAuthToken, hasCaCertData, hasCaCertFile, hasClientCertData, hasClientCertFile, hasClientKeyAlgo, hasClientKeyData, hasClientKeyFile, hasClientKeyPassphrase, hasConnectionTimeout, hasContexts, hasCurrentContext, hasCustomHeaders, hasDisableHostnameVerification, hashCode, hasHttp2Disable, hasHttpProxy, hasHttpsProxy, hasImpersonateExtras, hasImpersonateGroups, hasImpersonateUsername, hasKeyStoreFile, hasKeyStorePassphrase, hasLoggingInterval, hasMasterUrl, hasMatchingContext, hasMaxConcurrentRequests, hasMaxConcurrentRequestsPerHost, hasNamespace, hasNoProxy, hasOauthToken, hasOauthTokenProvider, hasOnlyHttpWatches, hasPassword, hasProxyPassword, hasProxyUsername, hasRequestRetryBackoffInterval, hasRequestRetryBackoffLimit, hasRequestTimeout, hasScaleTimeout, hasTlsVersions, hasTrustCerts, hasTrustStoreFile, hasTrustStorePassphrase, hasUploadRequestTimeout, hasUserAgent, hasUsername, hasWatchReconnectInterval, hasWatchReconnectLimit, hasWebsocketPingInterval, removeAllFromContexts, removeAllFromImpersonateGroups, removeAllFromNoProxy, removeAllFromTlsVersions, removeFromContexts, removeFromCustomHeaders, removeFromCustomHeaders, removeFromImpersonateExtras, removeFromImpersonateExtras, removeFromImpersonateGroups, removeFromNoProxy, removeFromTlsVersions, setToContexts, setToImpersonateGroups, setToNoProxy, setToTlsVersions, toString, withApiVersion, withAuthProvider, withAutoConfigure, withAutoConfigure, withAutoOAuthToken, withCaCertData, withCaCertFile, withClientCertData, withClientCertFile, withClientKeyAlgo, withClientKeyData, withClientKeyFile, withClientKeyPassphrase, withConnectionTimeout, withContexts, withContexts, withCurrentContext, withCustomHeaders, withDisableHostnameVerification, withDisableHostnameVerification, withHttp2Disable, withHttp2Disable, withHttpProxy, withHttpsProxy, withImpersonateExtras, withImpersonateGroups, withImpersonateUsername, withKeyStoreFile, withKeyStorePassphrase, withLoggingInterval, withMasterUrl, withMaxConcurrentRequests, withMaxConcurrentRequestsPerHost, withNamespace, withNoProxy, withOauthToken, withOauthTokenProvider, withOnlyHttpWatches, withOnlyHttpWatches, withPassword, withProxyPassword, withProxyUsername, withRequestRetryBackoffInterval, withRequestRetryBackoffLimit, withRequestTimeout, withScaleTimeout, withTlsVersions, withTrustCerts, withTrustCerts, withTrustStoreFile, withTrustStorePassphrase, withUploadRequestTimeout, withUserAgent, withUsername, withWatchReconnectInterval, withWatchReconnectLimit, withWebsocketPingInterval
-
-
-
-
Constructor Detail
-
ConfigFluent
public ConfigFluent()
-
ConfigFluent
public ConfigFluent(Config instance)
-
-
Method Detail
-
copyInstance
public void copyInstance(Config instance)
-
withTrustCerts
public A withTrustCerts(boolean trustCerts)
-
withDisableHostnameVerification
public A withDisableHostnameVerification(boolean disableHostnameVerification)
-
withWebsocketPingInterval
public A withWebsocketPingInterval(long websocketPingInterval)
-
withConnectionTimeout
public A withConnectionTimeout(int connectionTimeout)
-
withMaxConcurrentRequests
public A withMaxConcurrentRequests(int maxConcurrentRequests)
-
withWatchReconnectInterval
public A withWatchReconnectInterval(int watchReconnectInterval)
-
withWatchReconnectLimit
public A withWatchReconnectLimit(int watchReconnectLimit)
-
withUploadRequestTimeout
public A withUploadRequestTimeout(int uploadRequestTimeout)
-
withRequestRetryBackoffLimit
public A withRequestRetryBackoffLimit(int requestRetryBackoffLimit)
-
withRequestRetryBackoffInterval
public A withRequestRetryBackoffInterval(int requestRetryBackoffInterval)
-
withRequestTimeout
public A withRequestTimeout(int requestTimeout)
-
withScaleTimeout
public A withScaleTimeout(long scaleTimeout)
-
withLoggingInterval
public A withLoggingInterval(int loggingInterval)
-
withHttp2Disable
public A withHttp2Disable(boolean http2Disable)
-
withOnlyHttpWatches
public A withOnlyHttpWatches(boolean onlyHttpWatches)
-
withAutoConfigure
public A withAutoConfigure(boolean autoConfigure)
-
-