Uses of Interface
io.fabric8.kubernetes.client.http.HttpClient.DerivedClientBuilder
-
Packages that use HttpClient.DerivedClientBuilder Package Description io.fabric8.kubernetes.client.http -
-
Uses of HttpClient.DerivedClientBuilder in io.fabric8.kubernetes.client.http
Subinterfaces of HttpClient.DerivedClientBuilder in io.fabric8.kubernetes.client.http Modifier and Type Interface Description static interfaceHttpClient.BuilderClasses in io.fabric8.kubernetes.client.http that implement HttpClient.DerivedClientBuilder Modifier and Type Class Description classStandardHttpClientBuilder<C extends HttpClient,F extends HttpClient.Factory,T extends StandardHttpClientBuilder<C,F,?>>Methods in io.fabric8.kubernetes.client.http that return HttpClient.DerivedClientBuilder Modifier and Type Method Description HttpClient.DerivedClientBuilderHttpClient.DerivedClientBuilder. addOrReplaceInterceptor(String name, Interceptor interceptor)HttpClient.DerivedClientBuilderHttpClient.DerivedClientBuilder. authenticatorNone()Prevents any built-in authenticator to respond to challenges from origin server.HttpClient.DerivedClientBuilderHttpClient. newBuilder()Create a builder that starts with the same state as this client.HttpClient.DerivedClientBuilderStandardHttpClient. newBuilder()HttpClient.DerivedClientBuilderHttpClient.DerivedClientBuilder. tag(Object value)Will be provided to all interceptorsHttpClient.DerivedClientBuilderStandardHttpClientBuilder. tag(Object value)
-