Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPHeader
-
Packages that use HTTPHeader Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPHeader in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPHeader Modifier and Type Method Description HTTPHeader
HTTPHeaderBuilder. build()
HTTPHeader
HTTPHeaderFilterFluent. buildAdd(int index)
HTTPHeader
HTTPHeaderFilterFluent. buildFirstAdd()
HTTPHeader
HTTPHeaderFilterFluent. buildFirstSet()
HTTPHeader
HTTPHeaderFilterFluent. buildLastAdd()
HTTPHeader
HTTPHeaderFilterFluent. buildLastSet()
HTTPHeader
HTTPHeaderFilterFluent. buildMatchingAdd(Predicate<HTTPHeaderBuilder> predicate)
HTTPHeader
HTTPHeaderFilterFluent. buildMatchingSet(Predicate<HTTPHeaderBuilder> predicate)
HTTPHeader
HTTPHeaderFilterFluent. buildSet(int index)
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type HTTPHeader Modifier and Type Method Description List<HTTPHeader>
HTTPHeaderFilterFluent. buildAdd()
List<HTTPHeader>
HTTPHeaderFilterFluent. buildSet()
List<HTTPHeader>
HTTPHeaderFilter. getAdd()
Add adds the given header(s) (name, value) to the request before the action.List<HTTPHeader>
HTTPHeaderFilter. getSet()
Set overwrites the request with the given header (name, value) before the action.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPHeader Modifier and Type Method Description HTTPHeaderFilterFluent.AddNested<A>
HTTPHeaderFilterFluent. addNewAddLike(HTTPHeader item)
HTTPHeaderFilterFluent.SetNested<A>
HTTPHeaderFilterFluent. addNewSetLike(HTTPHeader item)
A
HTTPHeaderFilterFluent. addToAdd(int index, HTTPHeader item)
A
HTTPHeaderFilterFluent. addToAdd(HTTPHeader... items)
A
HTTPHeaderFilterFluent. addToSet(int index, HTTPHeader item)
A
HTTPHeaderFilterFluent. addToSet(HTTPHeader... items)
protected void
HTTPHeaderFluent. copyInstance(HTTPHeader instance)
A
HTTPHeaderFilterFluent. removeFromAdd(HTTPHeader... items)
A
HTTPHeaderFilterFluent. removeFromSet(HTTPHeader... items)
HTTPHeaderFilterFluent.AddNested<A>
HTTPHeaderFilterFluent. setNewAddLike(int index, HTTPHeader item)
HTTPHeaderFilterFluent.SetNested<A>
HTTPHeaderFilterFluent. setNewSetLike(int index, HTTPHeader item)
A
HTTPHeaderFilterFluent. setToAdd(int index, HTTPHeader item)
A
HTTPHeaderFilterFluent. setToSet(int index, HTTPHeader item)
A
HTTPHeaderFilterFluent. withAdd(HTTPHeader... add)
A
HTTPHeaderFilterFluent. withSet(HTTPHeader... set)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPHeader Modifier and Type Method Description A
HTTPHeaderFilterFluent. addAllToAdd(Collection<HTTPHeader> items)
A
HTTPHeaderFilterFluent. addAllToSet(Collection<HTTPHeader> items)
A
HTTPHeaderFilterFluent. removeAllFromAdd(Collection<HTTPHeader> items)
A
HTTPHeaderFilterFluent. removeAllFromSet(Collection<HTTPHeader> items)
void
HTTPHeaderFilter. setAdd(List<HTTPHeader> add)
Add adds the given header(s) (name, value) to the request before the action.void
HTTPHeaderFilter. setSet(List<HTTPHeader> set)
Set overwrites the request with the given header (name, value) before the action.A
HTTPHeaderFilterFluent. withAdd(List<HTTPHeader> add)
A
HTTPHeaderFilterFluent. withSet(List<HTTPHeader> set)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 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.gatewayapi.v1 with type arguments of type HTTPHeader Constructor Description HTTPHeaderFilter(List<HTTPHeader> add, List<String> remove, List<HTTPHeader> set)
-