Interface ConfigFluent<A extends ConfigFluent<A>>

  • All Superinterfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>
    All Known Implementing Classes:
    ConfigBuilder, ConfigFluentImpl

    public interface ConfigFluent<A extends ConfigFluent<A>>
    extends io.fabric8.kubernetes.api.builder.Fluent<A>
    • Method Detail

      • isTrustCerts

        boolean isTrustCerts()
      • withTrustCerts

        A withTrustCerts​(boolean trustCerts)
      • hasTrustCerts

        Boolean hasTrustCerts()
      • isDisableHostnameVerification

        boolean isDisableHostnameVerification()
      • withDisableHostnameVerification

        A withDisableHostnameVerification​(boolean disableHostnameVerification)
      • hasDisableHostnameVerification

        Boolean hasDisableHostnameVerification()
      • getMasterUrl

        String getMasterUrl()
      • withMasterUrl

        A withMasterUrl​(String masterUrl)
      • hasMasterUrl

        Boolean hasMasterUrl()
      • withNewMasterUrl

        A withNewMasterUrl​(String arg1)
      • getApiVersion

        String getApiVersion()
      • withApiVersion

        A withApiVersion​(String apiVersion)
      • hasApiVersion

        Boolean hasApiVersion()
      • withNewApiVersion

        A withNewApiVersion​(String arg1)
      • getNamespace

        String getNamespace()
      • withNamespace

        A withNamespace​(String namespace)
      • hasNamespace

        Boolean hasNamespace()
      • withNewNamespace

        A withNewNamespace​(String arg1)
      • getCaCertFile

        String getCaCertFile()
      • withCaCertFile

        A withCaCertFile​(String caCertFile)
      • hasCaCertFile

        Boolean hasCaCertFile()
      • withNewCaCertFile

        A withNewCaCertFile​(String arg1)
      • getCaCertData

        String getCaCertData()
      • withCaCertData

        A withCaCertData​(String caCertData)
      • hasCaCertData

        Boolean hasCaCertData()
      • withNewCaCertData

        A withNewCaCertData​(String arg1)
      • getClientCertFile

        String getClientCertFile()
      • withClientCertFile

        A withClientCertFile​(String clientCertFile)
      • hasClientCertFile

        Boolean hasClientCertFile()
      • withNewClientCertFile

        A withNewClientCertFile​(String arg1)
      • withNewClientCertFile

        A withNewClientCertFile​(StringBuilder arg1)
      • withNewClientCertFile

        A withNewClientCertFile​(StringBuffer arg1)
      • getClientCertData

        String getClientCertData()
      • withClientCertData

        A withClientCertData​(String clientCertData)
      • hasClientCertData

        Boolean hasClientCertData()
      • withNewClientCertData

        A withNewClientCertData​(String arg1)
      • withNewClientCertData

        A withNewClientCertData​(StringBuilder arg1)
      • withNewClientCertData

        A withNewClientCertData​(StringBuffer arg1)
      • getClientKeyFile

        String getClientKeyFile()
      • withClientKeyFile

        A withClientKeyFile​(String clientKeyFile)
      • hasClientKeyFile

        Boolean hasClientKeyFile()
      • withNewClientKeyFile

        A withNewClientKeyFile​(String arg1)
      • withNewClientKeyFile

        A withNewClientKeyFile​(StringBuilder arg1)
      • withNewClientKeyFile

        A withNewClientKeyFile​(StringBuffer arg1)
      • getClientKeyData

        String getClientKeyData()
      • withClientKeyData

        A withClientKeyData​(String clientKeyData)
      • hasClientKeyData

        Boolean hasClientKeyData()
      • withNewClientKeyData

        A withNewClientKeyData​(String arg1)
      • withNewClientKeyData

        A withNewClientKeyData​(StringBuilder arg1)
      • withNewClientKeyData

        A withNewClientKeyData​(StringBuffer arg1)
      • getClientKeyAlgo

        String getClientKeyAlgo()
      • withClientKeyAlgo

        A withClientKeyAlgo​(String clientKeyAlgo)
      • hasClientKeyAlgo

        Boolean hasClientKeyAlgo()
      • withNewClientKeyAlgo

        A withNewClientKeyAlgo​(String arg1)
      • withNewClientKeyAlgo

        A withNewClientKeyAlgo​(StringBuilder arg1)
      • withNewClientKeyAlgo

        A withNewClientKeyAlgo​(StringBuffer arg1)
      • getClientKeyPassphrase

        String getClientKeyPassphrase()
      • withClientKeyPassphrase

        A withClientKeyPassphrase​(String clientKeyPassphrase)
      • hasClientKeyPassphrase

        Boolean hasClientKeyPassphrase()
      • withNewClientKeyPassphrase

        A withNewClientKeyPassphrase​(String arg1)
      • withNewClientKeyPassphrase

        A withNewClientKeyPassphrase​(StringBuilder arg1)
      • withNewClientKeyPassphrase

        A withNewClientKeyPassphrase​(StringBuffer arg1)
      • getTrustStoreFile

        String getTrustStoreFile()
      • withTrustStoreFile

        A withTrustStoreFile​(String trustStoreFile)
      • hasTrustStoreFile

        Boolean hasTrustStoreFile()
      • withNewTrustStoreFile

        A withNewTrustStoreFile​(String arg1)
      • withNewTrustStoreFile

        A withNewTrustStoreFile​(StringBuilder arg1)
      • withNewTrustStoreFile

        A withNewTrustStoreFile​(StringBuffer arg1)
      • getTrustStorePassphrase

        String getTrustStorePassphrase()
      • withTrustStorePassphrase

        A withTrustStorePassphrase​(String trustStorePassphrase)
      • hasTrustStorePassphrase

        Boolean hasTrustStorePassphrase()
      • withNewTrustStorePassphrase

        A withNewTrustStorePassphrase​(String arg1)
      • withNewTrustStorePassphrase

        A withNewTrustStorePassphrase​(StringBuilder arg1)
      • withNewTrustStorePassphrase

        A withNewTrustStorePassphrase​(StringBuffer arg1)
      • getKeyStoreFile

        String getKeyStoreFile()
      • withKeyStoreFile

        A withKeyStoreFile​(String keyStoreFile)
      • hasKeyStoreFile

        Boolean hasKeyStoreFile()
      • withNewKeyStoreFile

        A withNewKeyStoreFile​(String arg1)
      • withNewKeyStoreFile

        A withNewKeyStoreFile​(StringBuffer arg1)
      • getKeyStorePassphrase

        String getKeyStorePassphrase()
      • withKeyStorePassphrase

        A withKeyStorePassphrase​(String keyStorePassphrase)
      • hasKeyStorePassphrase

        Boolean hasKeyStorePassphrase()
      • withNewKeyStorePassphrase

        A withNewKeyStorePassphrase​(String arg1)
      • withNewKeyStorePassphrase

        A withNewKeyStorePassphrase​(StringBuilder arg1)
      • withNewKeyStorePassphrase

        A withNewKeyStorePassphrase​(StringBuffer arg1)
      • addToContexts

        A addToContexts​(int index,
                        io.fabric8.kubernetes.api.model.NamedContext item)
      • setToContexts

        A setToContexts​(int index,
                        io.fabric8.kubernetes.api.model.NamedContext item)
      • addToContexts

        A addToContexts​(io.fabric8.kubernetes.api.model.NamedContext... items)
      • addAllToContexts

        A addAllToContexts​(Collection<io.fabric8.kubernetes.api.model.NamedContext> items)
      • removeFromContexts

        A removeFromContexts​(io.fabric8.kubernetes.api.model.NamedContext... items)
      • removeAllFromContexts

        A removeAllFromContexts​(Collection<io.fabric8.kubernetes.api.model.NamedContext> items)
      • getContexts

        List<io.fabric8.kubernetes.api.model.NamedContext> getContexts()
      • getContext

        io.fabric8.kubernetes.api.model.NamedContext getContext​(int index)
      • getFirstContext

        io.fabric8.kubernetes.api.model.NamedContext getFirstContext()
      • getLastContext

        io.fabric8.kubernetes.api.model.NamedContext getLastContext()
      • getMatchingContext

        io.fabric8.kubernetes.api.model.NamedContext getMatchingContext​(Predicate<io.fabric8.kubernetes.api.model.NamedContext> predicate)
      • hasMatchingContext

        Boolean hasMatchingContext​(Predicate<io.fabric8.kubernetes.api.model.NamedContext> predicate)
      • withContexts

        A withContexts​(List<io.fabric8.kubernetes.api.model.NamedContext> contexts)
      • withContexts

        A withContexts​(io.fabric8.kubernetes.api.model.NamedContext... contexts)
      • hasContexts

        Boolean hasContexts()
      • getCurrentContext

        io.fabric8.kubernetes.api.model.NamedContext getCurrentContext()
      • withCurrentContext

        A withCurrentContext​(io.fabric8.kubernetes.api.model.NamedContext currentContext)
      • hasCurrentContext

        Boolean hasCurrentContext()
      • getUsername

        String getUsername()
      • withUsername

        A withUsername​(String username)
      • hasUsername

        Boolean hasUsername()
      • withNewUsername

        A withNewUsername​(String arg1)
      • getPassword

        String getPassword()
      • withPassword

        A withPassword​(String password)
      • hasPassword

        Boolean hasPassword()
      • withNewPassword

        A withNewPassword​(String arg1)
      • getOauthToken

        String getOauthToken()
      • withOauthToken

        A withOauthToken​(String oauthToken)
      • hasOauthToken

        Boolean hasOauthToken()
      • withNewOauthToken

        A withNewOauthToken​(String arg1)
      • getWatchReconnectInterval

        int getWatchReconnectInterval()
      • withWatchReconnectInterval

        A withWatchReconnectInterval​(int watchReconnectInterval)
      • hasWatchReconnectInterval

        Boolean hasWatchReconnectInterval()
      • getWatchReconnectLimit

        int getWatchReconnectLimit()
      • withWatchReconnectLimit

        A withWatchReconnectLimit​(int watchReconnectLimit)
      • hasWatchReconnectLimit

        Boolean hasWatchReconnectLimit()
      • getConnectionTimeout

        int getConnectionTimeout()
      • withConnectionTimeout

        A withConnectionTimeout​(int connectionTimeout)
      • hasConnectionTimeout

        Boolean hasConnectionTimeout()
      • getRequestTimeout

        int getRequestTimeout()
      • withRequestTimeout

        A withRequestTimeout​(int requestTimeout)
      • hasRequestTimeout

        Boolean hasRequestTimeout()
      • getRollingTimeout

        long getRollingTimeout()
      • withRollingTimeout

        A withRollingTimeout​(long rollingTimeout)
      • hasRollingTimeout

        Boolean hasRollingTimeout()
      • getScaleTimeout

        long getScaleTimeout()
      • withScaleTimeout

        A withScaleTimeout​(long scaleTimeout)
      • hasScaleTimeout

        Boolean hasScaleTimeout()
      • getLoggingInterval

        int getLoggingInterval()
      • withLoggingInterval

        A withLoggingInterval​(int loggingInterval)
      • hasLoggingInterval

        Boolean hasLoggingInterval()
      • getWebsocketTimeout

        long getWebsocketTimeout()
      • withWebsocketTimeout

        A withWebsocketTimeout​(long websocketTimeout)
      • hasWebsocketTimeout

        Boolean hasWebsocketTimeout()
      • getWebsocketPingInterval

        long getWebsocketPingInterval()
      • withWebsocketPingInterval

        A withWebsocketPingInterval​(long websocketPingInterval)
      • hasWebsocketPingInterval

        Boolean hasWebsocketPingInterval()
      • getMaxConcurrentRequests

        int getMaxConcurrentRequests()
      • withMaxConcurrentRequests

        A withMaxConcurrentRequests​(int maxConcurrentRequests)
      • hasMaxConcurrentRequests

        Boolean hasMaxConcurrentRequests()
      • getMaxConcurrentRequestsPerHost

        int getMaxConcurrentRequestsPerHost()
      • withMaxConcurrentRequestsPerHost

        A withMaxConcurrentRequestsPerHost​(int maxConcurrentRequestsPerHost)
      • hasMaxConcurrentRequestsPerHost

        Boolean hasMaxConcurrentRequestsPerHost()
      • getImpersonateUsername

        String getImpersonateUsername()
      • withImpersonateUsername

        A withImpersonateUsername​(String impersonateUsername)
      • hasImpersonateUsername

        Boolean hasImpersonateUsername()
      • withNewImpersonateUsername

        A withNewImpersonateUsername​(String arg1)
      • withNewImpersonateUsername

        A withNewImpersonateUsername​(StringBuilder arg1)
      • withNewImpersonateUsername

        A withNewImpersonateUsername​(StringBuffer arg1)
      • hasOauthTokenProvider

        Boolean hasOauthTokenProvider()
      • getImpersonateGroup

        String getImpersonateGroup()
      • withImpersonateGroup

        A withImpersonateGroup​(String impersonateGroup)
      • hasImpersonateGroup

        Boolean hasImpersonateGroup()
      • withNewImpersonateGroup

        A withNewImpersonateGroup​(String arg1)
      • withNewImpersonateGroup

        A withNewImpersonateGroup​(StringBuilder arg1)
      • withNewImpersonateGroup

        A withNewImpersonateGroup​(StringBuffer arg1)
      • withImpersonateGroups

        A withImpersonateGroups​(String... impersonateGroups)
      • getImpersonateGroups

        String[] getImpersonateGroups()
      • addToImpersonateGroups

        A addToImpersonateGroups​(int index,
                                 String item)
      • setToImpersonateGroups

        A setToImpersonateGroups​(int index,
                                 String item)
      • addToImpersonateGroups

        A addToImpersonateGroups​(String... items)
      • addAllToImpersonateGroups

        A addAllToImpersonateGroups​(Collection<String> items)
      • removeFromImpersonateGroups

        A removeFromImpersonateGroups​(String... items)
      • removeAllFromImpersonateGroups

        A removeAllFromImpersonateGroups​(Collection<String> items)
      • hasImpersonateGroups

        Boolean hasImpersonateGroups()
      • addNewImpersonateGroup

        A addNewImpersonateGroup​(String arg1)
      • addNewImpersonateGroup

        A addNewImpersonateGroup​(StringBuilder arg1)
      • addNewImpersonateGroup

        A addNewImpersonateGroup​(StringBuffer arg1)
      • addToImpersonateExtras

        A addToImpersonateExtras​(String key,
                                 List<String> value)
      • removeFromImpersonateExtras

        A removeFromImpersonateExtras​(String key)
      • hasImpersonateExtras

        Boolean hasImpersonateExtras()
      • isHttp2Disable

        boolean isHttp2Disable()
      • withHttp2Disable

        A withHttp2Disable​(boolean http2Disable)
      • hasHttp2Disable

        Boolean hasHttp2Disable()
      • getHttpProxy

        String getHttpProxy()
      • withHttpProxy

        A withHttpProxy​(String httpProxy)
      • hasHttpProxy

        Boolean hasHttpProxy()
      • withNewHttpProxy

        A withNewHttpProxy​(String arg1)
      • getHttpsProxy

        String getHttpsProxy()
      • withHttpsProxy

        A withHttpsProxy​(String httpsProxy)
      • hasHttpsProxy

        Boolean hasHttpsProxy()
      • withNewHttpsProxy

        A withNewHttpsProxy​(String arg1)
      • getProxyUsername

        String getProxyUsername()
      • withProxyUsername

        A withProxyUsername​(String proxyUsername)
      • hasProxyUsername

        Boolean hasProxyUsername()
      • withNewProxyUsername

        A withNewProxyUsername​(String arg1)
      • withNewProxyUsername

        A withNewProxyUsername​(StringBuilder arg1)
      • withNewProxyUsername

        A withNewProxyUsername​(StringBuffer arg1)
      • getProxyPassword

        String getProxyPassword()
      • withProxyPassword

        A withProxyPassword​(String proxyPassword)
      • hasProxyPassword

        Boolean hasProxyPassword()
      • withNewProxyPassword

        A withNewProxyPassword​(String arg1)
      • withNewProxyPassword

        A withNewProxyPassword​(StringBuilder arg1)
      • withNewProxyPassword

        A withNewProxyPassword​(StringBuffer arg1)
      • withNoProxy

        A withNoProxy​(String... noProxy)
      • getNoProxy

        String[] getNoProxy()
      • addToNoProxy

        A addToNoProxy​(int index,
                       String item)
      • setToNoProxy

        A setToNoProxy​(int index,
                       String item)
      • addToNoProxy

        A addToNoProxy​(String... items)
      • removeFromNoProxy

        A removeFromNoProxy​(String... items)
      • addNewNoProxy

        A addNewNoProxy​(String arg1)
      • getUserAgent

        String getUserAgent()
      • withUserAgent

        A withUserAgent​(String userAgent)
      • hasUserAgent

        Boolean hasUserAgent()
      • withNewUserAgent

        A withNewUserAgent​(String arg1)
      • withTlsVersions

        A withTlsVersions​(okhttp3.TlsVersion... tlsVersions)
      • getTlsVersions

        okhttp3.TlsVersion[] getTlsVersions()
      • addToTlsVersions

        A addToTlsVersions​(int index,
                           okhttp3.TlsVersion item)
      • setToTlsVersions

        A setToTlsVersions​(int index,
                           okhttp3.TlsVersion item)
      • addToTlsVersions

        A addToTlsVersions​(okhttp3.TlsVersion... items)
      • addAllToTlsVersions

        A addAllToTlsVersions​(Collection<okhttp3.TlsVersion> items)
      • removeFromTlsVersions

        A removeFromTlsVersions​(okhttp3.TlsVersion... items)
      • removeAllFromTlsVersions

        A removeAllFromTlsVersions​(Collection<okhttp3.TlsVersion> items)
      • hasTlsVersions

        Boolean hasTlsVersions()
      • addToErrorMessages

        A addToErrorMessages​(Integer key,
                             String value)
      • removeFromErrorMessages

        A removeFromErrorMessages​(Integer key)
      • hasErrorMessages

        Boolean hasErrorMessages()
      • addToCustomHeaders

        A addToCustomHeaders​(String key,
                             String value)
      • removeFromCustomHeaders

        A removeFromCustomHeaders​(String key)
      • removeFromCustomHeaders

        A removeFromCustomHeaders​(Map<String,​String> map)
      • withCustomHeaders

        A withCustomHeaders​(Map<String,​String> customHeaders)
      • hasCustomHeaders

        Boolean hasCustomHeaders()