Uses of Class
io.fabric8.kubernetes.api.model.HTTPHeader
-
Packages that use HTTPHeader Package Description io.fabric8.kubernetes.api.model -
-
Uses of HTTPHeader in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return HTTPHeader Modifier and Type Method Description HTTPHeaderHTTPHeaderBuilder. build()HTTPHeaderHTTPGetActionFluent. buildFirstHttpHeader()HTTPHeaderHTTPGetActionFluent. buildHttpHeader(int index)HTTPHeaderHTTPGetActionFluent. buildLastHttpHeader()HTTPHeaderHTTPGetActionFluent. buildMatchingHttpHeader(Predicate<HTTPHeaderBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type HTTPHeader Modifier and Type Method Description List<HTTPHeader>HTTPGetActionFluent. buildHttpHeaders()List<HTTPHeader>HTTPGetAction. getHttpHeaders()Methods in io.fabric8.kubernetes.api.model with parameters of type HTTPHeader Modifier and Type Method Description HTTPGetActionFluent.HttpHeadersNested<A>HTTPGetActionFluent. addNewHttpHeaderLike(HTTPHeader item)AHTTPGetActionFluent. addToHttpHeaders(int index, HTTPHeader item)AHTTPGetActionFluent. addToHttpHeaders(HTTPHeader... items)protected voidHTTPHeaderFluent. copyInstance(HTTPHeader instance)AHTTPGetActionFluent. removeFromHttpHeaders(HTTPHeader... items)HTTPGetActionFluent.HttpHeadersNested<A>HTTPGetActionFluent. setNewHttpHeaderLike(int index, HTTPHeader item)AHTTPGetActionFluent. setToHttpHeaders(int index, HTTPHeader item)AHTTPGetActionFluent. withHttpHeaders(HTTPHeader... httpHeaders)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type HTTPHeader Modifier and Type Method Description AHTTPGetActionFluent. addAllToHttpHeaders(Collection<HTTPHeader> items)AHTTPGetActionFluent. removeAllFromHttpHeaders(Collection<HTTPHeader> items)voidHTTPGetAction. setHttpHeaders(List<HTTPHeader> httpHeaders)AHTTPGetActionFluent. withHttpHeaders(List<HTTPHeader> httpHeaders)Constructors in io.fabric8.kubernetes.api.model with parameters of type HTTPHeader Constructor Description HTTPHeaderBuilder(HTTPHeader instance)HTTPHeaderBuilder(HTTPHeaderFluent<?> fluent, HTTPHeader instance)HTTPHeaderFluent(HTTPHeader instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type HTTPHeader Constructor Description HTTPGetAction(String host, List<HTTPHeader> httpHeaders, String path, IntOrString port, String scheme)
-