Package io.fabric8.kubernetes.client
Class ConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.client.SundrioConfigFluent<A>
-
- io.fabric8.kubernetes.client.ConfigFluent<ConfigBuilder>
-
- io.fabric8.kubernetes.client.ConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Config>
,io.fabric8.kubernetes.api.builder.Visitable<ConfigBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<Config,ConfigBuilder>
public class ConfigBuilder extends ConfigFluent<ConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Config,ConfigBuilder>
-
-
Constructor Summary
Constructors Constructor Description ConfigBuilder()
ConfigBuilder(Config instance)
ConfigBuilder(ConfigFluent<?> fluent)
ConfigBuilder(ConfigFluent<?> fluent, Config instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Config
build()
-
Methods inherited from class io.fabric8.kubernetes.client.ConfigFluent
copyInstance, withAutoConfigure, withConnectionTimeout, withDisableHostnameVerification, withHttp2Disable, withLoggingInterval, withMaxConcurrentRequests, withOnlyHttpWatches, withRequestRetryBackoffInterval, withRequestRetryBackoffLimit, withRequestTimeout, withScaleTimeout, withTrustCerts, withUploadRequestTimeout, withWatchReconnectInterval, withWatchReconnectLimit, withWebsocketPingInterval
-
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
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ConfigBuilder
public ConfigBuilder()
-
ConfigBuilder
public ConfigBuilder(ConfigFluent<?> fluent)
-
ConfigBuilder
public ConfigBuilder(ConfigFluent<?> fluent, Config instance)
-
ConfigBuilder
public ConfigBuilder(Config instance)
-
-