Package io.fabric8.kubernetes.client
Class SundrioConfigFluent<A extends SundrioConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.client.SundrioConfigFluent<A>
-
- Direct Known Subclasses:
ConfigFluent,SundrioConfigBuilder
public class SundrioConfigFluent<A extends SundrioConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description SundrioConfigFluent()SundrioConfigFluent(io.fabric8.kubernetes.client.SundrioConfig instance)
-
Method Summary
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.fabric8.kubernetes.client.SundrioConfig instance)
-
getTrustCerts
public Boolean getTrustCerts()
-
hasTrustCerts
public boolean hasTrustCerts()
-
getDisableHostnameVerification
public Boolean getDisableHostnameVerification()
-
withDisableHostnameVerification
public A withDisableHostnameVerification(Boolean disableHostnameVerification)
-
hasDisableHostnameVerification
public boolean hasDisableHostnameVerification()
-
getMasterUrl
public String getMasterUrl()
-
hasMasterUrl
public boolean hasMasterUrl()
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
getNamespace
public String getNamespace()
-
hasNamespace
public boolean hasNamespace()
-
getCaCertFile
public String getCaCertFile()
-
hasCaCertFile
public boolean hasCaCertFile()
-
getCaCertData
public String getCaCertData()
-
hasCaCertData
public boolean hasCaCertData()
-
getClientCertFile
public String getClientCertFile()
-
hasClientCertFile
public boolean hasClientCertFile()
-
getClientCertData
public String getClientCertData()
-
hasClientCertData
public boolean hasClientCertData()
-
getClientKeyFile
public String getClientKeyFile()
-
hasClientKeyFile
public boolean hasClientKeyFile()
-
getClientKeyData
public String getClientKeyData()
-
hasClientKeyData
public boolean hasClientKeyData()
-
getClientKeyAlgo
public String getClientKeyAlgo()
-
hasClientKeyAlgo
public boolean hasClientKeyAlgo()
-
getClientKeyPassphrase
public String getClientKeyPassphrase()
-
hasClientKeyPassphrase
public boolean hasClientKeyPassphrase()
-
getTrustStoreFile
public String getTrustStoreFile()
-
hasTrustStoreFile
public boolean hasTrustStoreFile()
-
getTrustStorePassphrase
public String getTrustStorePassphrase()
-
hasTrustStorePassphrase
public boolean hasTrustStorePassphrase()
-
getKeyStoreFile
public String getKeyStoreFile()
-
hasKeyStoreFile
public boolean hasKeyStoreFile()
-
getKeyStorePassphrase
public String getKeyStorePassphrase()
-
hasKeyStorePassphrase
public boolean hasKeyStorePassphrase()
-
getAuthProvider
public io.fabric8.kubernetes.api.model.AuthProviderConfig getAuthProvider()
-
withAuthProvider
public A withAuthProvider(io.fabric8.kubernetes.api.model.AuthProviderConfig authProvider)
-
hasAuthProvider
public boolean hasAuthProvider()
-
getUsername
public String getUsername()
-
hasUsername
public boolean hasUsername()
-
getPassword
public String getPassword()
-
hasPassword
public boolean hasPassword()
-
getOauthToken
public String getOauthToken()
-
hasOauthToken
public boolean hasOauthToken()
-
getAutoOAuthToken
public String getAutoOAuthToken()
-
hasAutoOAuthToken
public boolean hasAutoOAuthToken()
-
getOauthTokenProvider
public OAuthTokenProvider getOauthTokenProvider()
-
withOauthTokenProvider
public A withOauthTokenProvider(OAuthTokenProvider oauthTokenProvider)
-
hasOauthTokenProvider
public boolean hasOauthTokenProvider()
-
getWebsocketPingInterval
public Long getWebsocketPingInterval()
-
hasWebsocketPingInterval
public boolean hasWebsocketPingInterval()
-
getConnectionTimeout
public Integer getConnectionTimeout()
-
hasConnectionTimeout
public boolean hasConnectionTimeout()
-
getMaxConcurrentRequests
public Integer getMaxConcurrentRequests()
-
hasMaxConcurrentRequests
public boolean hasMaxConcurrentRequests()
-
getMaxConcurrentRequestsPerHost
public Integer getMaxConcurrentRequestsPerHost()
-
withMaxConcurrentRequestsPerHost
public A withMaxConcurrentRequestsPerHost(Integer maxConcurrentRequestsPerHost)
-
hasMaxConcurrentRequestsPerHost
public boolean hasMaxConcurrentRequestsPerHost()
-
addToContexts
public A addToContexts(int index, io.fabric8.kubernetes.api.model.NamedContext item)
-
setToContexts
public A setToContexts(int index, io.fabric8.kubernetes.api.model.NamedContext item)
-
addToContexts
public A addToContexts(io.fabric8.kubernetes.api.model.NamedContext... items)
-
addAllToContexts
public A addAllToContexts(Collection<io.fabric8.kubernetes.api.model.NamedContext> items)
-
removeFromContexts
public A removeFromContexts(io.fabric8.kubernetes.api.model.NamedContext... items)
-
removeAllFromContexts
public A removeAllFromContexts(Collection<io.fabric8.kubernetes.api.model.NamedContext> items)
-
getContexts
public List<io.fabric8.kubernetes.api.model.NamedContext> getContexts()
-
getContext
public io.fabric8.kubernetes.api.model.NamedContext getContext(int index)
-
getFirstContext
public io.fabric8.kubernetes.api.model.NamedContext getFirstContext()
-
getLastContext
public io.fabric8.kubernetes.api.model.NamedContext getLastContext()
-
getMatchingContext
public io.fabric8.kubernetes.api.model.NamedContext getMatchingContext(Predicate<io.fabric8.kubernetes.api.model.NamedContext> predicate)
-
hasMatchingContext
public boolean hasMatchingContext(Predicate<io.fabric8.kubernetes.api.model.NamedContext> predicate)
-
withContexts
public A withContexts(io.fabric8.kubernetes.api.model.NamedContext... contexts)
-
hasContexts
public boolean hasContexts()
-
getCurrentContext
public io.fabric8.kubernetes.api.model.NamedContext getCurrentContext()
-
withCurrentContext
public A withCurrentContext(io.fabric8.kubernetes.api.model.NamedContext currentContext)
-
hasCurrentContext
public boolean hasCurrentContext()
-
getWatchReconnectInterval
public Integer getWatchReconnectInterval()
-
hasWatchReconnectInterval
public boolean hasWatchReconnectInterval()
-
getWatchReconnectLimit
public Integer getWatchReconnectLimit()
-
hasWatchReconnectLimit
public boolean hasWatchReconnectLimit()
-
getUploadRequestTimeout
public Integer getUploadRequestTimeout()
-
hasUploadRequestTimeout
public boolean hasUploadRequestTimeout()
-
getRequestRetryBackoffLimit
public Integer getRequestRetryBackoffLimit()
-
withRequestRetryBackoffLimit
public A withRequestRetryBackoffLimit(Integer requestRetryBackoffLimit)
-
hasRequestRetryBackoffLimit
public boolean hasRequestRetryBackoffLimit()
-
getRequestRetryBackoffInterval
public Integer getRequestRetryBackoffInterval()
-
withRequestRetryBackoffInterval
public A withRequestRetryBackoffInterval(Integer requestRetryBackoffInterval)
-
hasRequestRetryBackoffInterval
public boolean hasRequestRetryBackoffInterval()
-
getRequestTimeout
public Integer getRequestTimeout()
-
hasRequestTimeout
public boolean hasRequestTimeout()
-
getScaleTimeout
public Long getScaleTimeout()
-
hasScaleTimeout
public boolean hasScaleTimeout()
-
getLoggingInterval
public Integer getLoggingInterval()
-
hasLoggingInterval
public boolean hasLoggingInterval()
-
getImpersonateUsername
public String getImpersonateUsername()
-
hasImpersonateUsername
public boolean hasImpersonateUsername()
-
getImpersonateGroups
public String[] getImpersonateGroups()
-
addAllToImpersonateGroups
public A addAllToImpersonateGroups(Collection<String> items)
-
removeAllFromImpersonateGroups
public A removeAllFromImpersonateGroups(Collection<String> items)
-
hasImpersonateGroups
public boolean hasImpersonateGroups()
-
withImpersonateExtras
public <K,V> A withImpersonateExtras(Map<String,List<String>> impersonateExtras)
-
hasImpersonateExtras
public boolean hasImpersonateExtras()
-
getHttp2Disable
public Boolean getHttp2Disable()
-
hasHttp2Disable
public boolean hasHttp2Disable()
-
getHttpProxy
public String getHttpProxy()
-
hasHttpProxy
public boolean hasHttpProxy()
-
getHttpsProxy
public String getHttpsProxy()
-
hasHttpsProxy
public boolean hasHttpsProxy()
-
getProxyUsername
public String getProxyUsername()
-
hasProxyUsername
public boolean hasProxyUsername()
-
getProxyPassword
public String getProxyPassword()
-
hasProxyPassword
public boolean hasProxyPassword()
-
getNoProxy
public String[] getNoProxy()
-
addAllToNoProxy
public A addAllToNoProxy(Collection<String> items)
-
removeAllFromNoProxy
public A removeAllFromNoProxy(Collection<String> items)
-
hasNoProxy
public boolean hasNoProxy()
-
getUserAgent
public String getUserAgent()
-
hasUserAgent
public boolean hasUserAgent()
-
withTlsVersions
public A withTlsVersions(TlsVersion... tlsVersions)
-
getTlsVersions
public TlsVersion[] getTlsVersions()
-
addToTlsVersions
public A addToTlsVersions(int index, TlsVersion item)
-
setToTlsVersions
public A setToTlsVersions(int index, TlsVersion item)
-
addToTlsVersions
public A addToTlsVersions(TlsVersion... items)
-
addAllToTlsVersions
public A addAllToTlsVersions(Collection<TlsVersion> items)
-
removeFromTlsVersions
public A removeFromTlsVersions(TlsVersion... items)
-
removeAllFromTlsVersions
public A removeAllFromTlsVersions(Collection<TlsVersion> items)
-
hasTlsVersions
public boolean hasTlsVersions()
-
getOnlyHttpWatches
public Boolean getOnlyHttpWatches()
-
hasOnlyHttpWatches
public boolean hasOnlyHttpWatches()
-
hasCustomHeaders
public boolean hasCustomHeaders()
-
getAutoConfigure
public Boolean getAutoConfigure()
-
hasAutoConfigure
public boolean hasAutoConfigure()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SundrioConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SundrioConfigFluent<A>>
-
withTrustCerts
public A withTrustCerts()
-
withDisableHostnameVerification
public A withDisableHostnameVerification()
-
withHttp2Disable
public A withHttp2Disable()
-
withOnlyHttpWatches
public A withOnlyHttpWatches()
-
withAutoConfigure
public A withAutoConfigure()
-
-