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
Fields in io.fabric8.kubernetes.client declared as TlsVersion Modifier and Type Field Description protected TlsVersion[]SundrioConfig. tlsVersionsMethods in io.fabric8.kubernetes.client that return TlsVersion Modifier and Type Method Description 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)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) -
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)
-