Uses of Class
io.fabric8.kubernetes.client.http.TlsVersion
-
Packages that use TlsVersion Package Description io.fabric8.kubernetes.client io.fabric8.kubernetes.client.http -
-
Uses of TlsVersion in io.fabric8.kubernetes.client
Methods in io.fabric8.kubernetes.client that return TlsVersion Modifier and Type Method Description TlsVersion[]Config. getTlsVersions()TlsVersion[]SundrioConfigFluent. getTlsVersions()Methods in io.fabric8.kubernetes.client with parameters of type TlsVersion Modifier and Type Method Description ASundrioConfigFluent. addToTlsVersions(int index, TlsVersion item)ASundrioConfigFluent. addToTlsVersions(TlsVersion... items)ASundrioConfigFluent. removeFromTlsVersions(TlsVersion... items)voidConfig. setTlsVersions(TlsVersion[] tlsVersions)ASundrioConfigFluent. setToTlsVersions(int index, TlsVersion item)ASundrioConfigFluent. withTlsVersions(TlsVersion... tlsVersions)Method parameters in io.fabric8.kubernetes.client with type arguments of type TlsVersion Modifier and Type Method Description ASundrioConfigFluent. addAllToTlsVersions(Collection<TlsVersion> items)ASundrioConfigFluent. removeAllFromTlsVersions(Collection<TlsVersion> items)Constructors in io.fabric8.kubernetes.client with parameters of type TlsVersion Constructor Description Config(String masterUrl, String apiVersion, String namespace, Boolean trustCerts, Boolean disableHostnameVerification, String caCertFile, String caCertData, String clientCertFile, String clientCertData, String clientKeyFile, String clientKeyData, String clientKeyAlgo, String clientKeyPassphrase, String username, String password, String oauthToken, String autoOAuthToken, Integer watchReconnectInterval, Integer watchReconnectLimit, Integer connectionTimeout, Integer requestTimeout, Long scaleTimeout, Integer loggingInterval, Integer maxConcurrentRequests, Integer maxConcurrentRequestsPerHost, Boolean http2Disable, String httpProxy, String httpsProxy, String[] noProxy, String userAgent, TlsVersion[] tlsVersions, Long websocketPingInterval, String proxyUsername, String proxyPassword, String trustStoreFile, String trustStorePassphrase, String keyStoreFile, String keyStorePassphrase, String impersonateUsername, String[] impersonateGroups, Map<String,List<String>> impersonateExtras, OAuthTokenProvider oauthTokenProvider, Map<String,String> customHeaders, Integer requestRetryBackoffLimit, Integer requestRetryBackoffInterval, Integer uploadRequestTimeout, Boolean onlyHttpWatches, io.fabric8.kubernetes.api.model.NamedContext currentContext, List<io.fabric8.kubernetes.api.model.NamedContext> contexts, Boolean autoConfigure) -
Uses of TlsVersion in io.fabric8.kubernetes.client.http
Fields in io.fabric8.kubernetes.client.http declared as TlsVersion Modifier and Type Field Description protected TlsVersion[]StandardHttpClientBuilder. tlsVersionsMethods in io.fabric8.kubernetes.client.http that return TlsVersion Modifier and Type Method Description static TlsVersionTlsVersion. forJavaName(String string)static TlsVersionTlsVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static TlsVersion[]TlsVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fabric8.kubernetes.client.http with parameters of type TlsVersion Modifier and Type Method Description HttpClient.BuilderHttpClient.Builder. tlsVersions(TlsVersion... tlsVersions)TStandardHttpClientBuilder. tlsVersions(TlsVersion... tlsVersions)
-