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 HTTPHeader
HTTPHeaderBuilder. build()
HTTPHeader
HTTPGetActionFluent. buildFirstHttpHeader()
HTTPHeader
HTTPGetActionFluentImpl. buildFirstHttpHeader()
HTTPHeader
HTTPGetActionFluent. buildHttpHeader(int index)
HTTPHeader
HTTPGetActionFluentImpl. buildHttpHeader(int index)
HTTPHeader
HTTPGetActionFluent. buildLastHttpHeader()
HTTPHeader
HTTPGetActionFluentImpl. buildLastHttpHeader()
HTTPHeader
HTTPGetActionFluent. buildMatchingHttpHeader(Predicate<HTTPHeaderBuilder> predicate)
HTTPHeader
HTTPGetActionFluentImpl. 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>
HTTPGetActionFluentImpl. buildHttpHeaders()
List<HTTPHeader>
HTTPGetAction. getHttpHeaders()
List<HTTPHeader>
HTTPGetActionFluent. getHttpHeaders()
Deprecated.List<HTTPHeader>
HTTPGetActionFluentImpl. getHttpHeaders()
Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type HTTPHeader Modifier and Type Method Description A
HTTPGetActionFluent. addAllToHttpHeaders(Collection<HTTPHeader> items)
A
HTTPGetActionFluentImpl. addAllToHttpHeaders(Collection<HTTPHeader> items)
A
HTTPGetActionFluent. removeAllFromHttpHeaders(Collection<HTTPHeader> items)
A
HTTPGetActionFluentImpl. removeAllFromHttpHeaders(Collection<HTTPHeader> items)
void
HTTPGetAction. setHttpHeaders(List<HTTPHeader> httpHeaders)
A
HTTPGetActionFluent. withHttpHeaders(List<HTTPHeader> httpHeaders)
A
HTTPGetActionFluentImpl. 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)
HTTPHeaderBuilder(HTTPHeaderFluent<?> fluent, HTTPHeader instance, Boolean validationEnabled)
HTTPHeaderBuilder(HTTPHeader instance, Boolean validationEnabled)
HTTPHeaderFluentImpl(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)
-