public interface ConfigFluent<A extends ConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
boolean isTrustCerts()
A withTrustCerts(boolean trustCerts)
Boolean hasTrustCerts()
boolean isDisableHostnameVerification()
A withDisableHostnameVerification(boolean disableHostnameVerification)
Boolean hasDisableHostnameVerification()
String getMasterUrl()
Boolean hasMasterUrl()
String getApiVersion()
Boolean hasApiVersion()
String getNamespace()
Boolean hasNamespace()
boolean isDefaultNamespace()
A withDefaultNamespace(boolean defaultNamespace)
Boolean hasDefaultNamespace()
String getCaCertFile()
Boolean hasCaCertFile()
String getCaCertData()
Boolean hasCaCertData()
String getClientCertFile()
Boolean hasClientCertFile()
String getClientCertData()
Boolean hasClientCertData()
String getClientKeyFile()
Boolean hasClientKeyFile()
String getClientKeyData()
Boolean hasClientKeyData()
String getClientKeyAlgo()
Boolean hasClientKeyAlgo()
String getClientKeyPassphrase()
Boolean hasClientKeyPassphrase()
String getTrustStoreFile()
Boolean hasTrustStoreFile()
String getTrustStorePassphrase()
Boolean hasTrustStorePassphrase()
String getKeyStoreFile()
Boolean hasKeyStoreFile()
String getKeyStorePassphrase()
Boolean hasKeyStorePassphrase()
io.fabric8.kubernetes.api.model.AuthProviderConfig getAuthProvider()
A withAuthProvider(io.fabric8.kubernetes.api.model.AuthProviderConfig authProvider)
Boolean hasAuthProvider()
String getUsername()
Boolean hasUsername()
String getPassword()
Boolean hasPassword()
String getOauthToken()
Boolean hasOauthToken()
String getAutoOAuthToken()
Boolean hasAutoOAuthToken()
OAuthTokenProvider getOauthTokenProvider()
A withOauthTokenProvider(OAuthTokenProvider oauthTokenProvider)
Boolean hasOauthTokenProvider()
long getWebsocketPingInterval()
A withWebsocketPingInterval(long websocketPingInterval)
Boolean hasWebsocketPingInterval()
int getConnectionTimeout()
A withConnectionTimeout(int connectionTimeout)
Boolean hasConnectionTimeout()
int getMaxConcurrentRequests()
A withMaxConcurrentRequests(int maxConcurrentRequests)
Boolean hasMaxConcurrentRequests()
int getMaxConcurrentRequestsPerHost()
A withMaxConcurrentRequestsPerHost(int maxConcurrentRequestsPerHost)
Boolean hasMaxConcurrentRequestsPerHost()
A addToContexts(int index, io.fabric8.kubernetes.api.model.NamedContext item)
A setToContexts(int index, io.fabric8.kubernetes.api.model.NamedContext item)
A addToContexts(io.fabric8.kubernetes.api.model.NamedContext... items)
A addAllToContexts(Collection<io.fabric8.kubernetes.api.model.NamedContext> items)
A removeFromContexts(io.fabric8.kubernetes.api.model.NamedContext... items)
A removeAllFromContexts(Collection<io.fabric8.kubernetes.api.model.NamedContext> items)
List<io.fabric8.kubernetes.api.model.NamedContext> getContexts()
io.fabric8.kubernetes.api.model.NamedContext getContext(int index)
io.fabric8.kubernetes.api.model.NamedContext getFirstContext()
io.fabric8.kubernetes.api.model.NamedContext getLastContext()
io.fabric8.kubernetes.api.model.NamedContext getMatchingContext(Predicate<io.fabric8.kubernetes.api.model.NamedContext> predicate)
Boolean hasMatchingContext(Predicate<io.fabric8.kubernetes.api.model.NamedContext> predicate)
A withContexts(io.fabric8.kubernetes.api.model.NamedContext... contexts)
Boolean hasContexts()
io.fabric8.kubernetes.api.model.NamedContext getCurrentContext()
A withCurrentContext(io.fabric8.kubernetes.api.model.NamedContext currentContext)
Boolean hasCurrentContext()
int getWatchReconnectInterval()
A withWatchReconnectInterval(int watchReconnectInterval)
Boolean hasWatchReconnectInterval()
int getWatchReconnectLimit()
A withWatchReconnectLimit(int watchReconnectLimit)
Boolean hasWatchReconnectLimit()
int getUploadRequestTimeout()
A withUploadRequestTimeout(int uploadRequestTimeout)
Boolean hasUploadRequestTimeout()
int getRequestRetryBackoffLimit()
A withRequestRetryBackoffLimit(int requestRetryBackoffLimit)
Boolean hasRequestRetryBackoffLimit()
int getRequestRetryBackoffInterval()
A withRequestRetryBackoffInterval(int requestRetryBackoffInterval)
Boolean hasRequestRetryBackoffInterval()
int getRequestTimeout()
A withRequestTimeout(int requestTimeout)
Boolean hasRequestTimeout()
long getScaleTimeout()
A withScaleTimeout(long scaleTimeout)
Boolean hasScaleTimeout()
int getLoggingInterval()
A withLoggingInterval(int loggingInterval)
Boolean hasLoggingInterval()
String getImpersonateUsername()
Boolean hasImpersonateUsername()
String[] getImpersonateGroups()
A addAllToImpersonateGroups(Collection<String> items)
A removeAllFromImpersonateGroups(Collection<String> items)
Boolean hasImpersonateGroups()
Boolean hasImpersonateExtras()
boolean isHttp2Disable()
A withHttp2Disable(boolean http2Disable)
Boolean hasHttp2Disable()
String getHttpProxy()
Boolean hasHttpProxy()
String getHttpsProxy()
Boolean hasHttpsProxy()
String getProxyUsername()
Boolean hasProxyUsername()
String getProxyPassword()
Boolean hasProxyPassword()
String[] getNoProxy()
A addAllToNoProxy(Collection<String> items)
A removeAllFromNoProxy(Collection<String> items)
Boolean hasNoProxy()
String getUserAgent()
Boolean hasUserAgent()
A withTlsVersions(TlsVersion... tlsVersions)
TlsVersion[] getTlsVersions()
A addToTlsVersions(int index, TlsVersion item)
A setToTlsVersions(int index, TlsVersion item)
A addToTlsVersions(TlsVersion... items)
A addAllToTlsVersions(Collection<TlsVersion> items)
A removeFromTlsVersions(TlsVersion... items)
A removeAllFromTlsVersions(Collection<TlsVersion> items)
Boolean hasTlsVersions()
Boolean hasErrorMessages()
Boolean hasCustomHeaders()
boolean isAutoConfigure()
A withAutoConfigure(boolean autoConfigure)
Boolean hasAutoConfigure()
File getFile()
Boolean hasFile()
A withTrustCerts()
A withDisableHostnameVerification()
A withDefaultNamespace()
A withHttp2Disable()
A withAutoConfigure()
Copyright © 2015–2023 Red Hat. All rights reserved.