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 HTTPHeaderHTTPHeaderBuilder. build()HTTPHeaderHTTPHeaderFilterFluent. buildAdd(int index)HTTPHeaderHTTPHeaderFilterFluent. buildFirstAdd()HTTPHeaderHTTPHeaderFilterFluent. buildFirstSet()HTTPHeaderHTTPHeaderFilterFluent. buildLastAdd()HTTPHeaderHTTPHeaderFilterFluent. buildLastSet()HTTPHeaderHTTPHeaderFilterFluent. buildMatchingAdd(Predicate<HTTPHeaderBuilder> predicate)HTTPHeaderHTTPHeaderFilterFluent. buildMatchingSet(Predicate<HTTPHeaderBuilder> predicate)HTTPHeaderHTTPHeaderFilterFluent. 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)AHTTPHeaderFilterFluent. addToAdd(int index, HTTPHeader item)AHTTPHeaderFilterFluent. addToAdd(HTTPHeader... items)AHTTPHeaderFilterFluent. addToSet(int index, HTTPHeader item)AHTTPHeaderFilterFluent. addToSet(HTTPHeader... items)protected voidHTTPHeaderFluent. copyInstance(HTTPHeader instance)AHTTPHeaderFilterFluent. removeFromAdd(HTTPHeader... items)AHTTPHeaderFilterFluent. removeFromSet(HTTPHeader... items)HTTPHeaderFilterFluent.AddNested<A>HTTPHeaderFilterFluent. setNewAddLike(int index, HTTPHeader item)HTTPHeaderFilterFluent.SetNested<A>HTTPHeaderFilterFluent. setNewSetLike(int index, HTTPHeader item)AHTTPHeaderFilterFluent. setToAdd(int index, HTTPHeader item)AHTTPHeaderFilterFluent. setToSet(int index, HTTPHeader item)AHTTPHeaderFilterFluent. withAdd(HTTPHeader... add)AHTTPHeaderFilterFluent. withSet(HTTPHeader... set)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPHeader Modifier and Type Method Description AHTTPHeaderFilterFluent. addAllToAdd(Collection<HTTPHeader> items)AHTTPHeaderFilterFluent. addAllToSet(Collection<HTTPHeader> items)AHTTPHeaderFilterFluent. removeAllFromAdd(Collection<HTTPHeader> items)AHTTPHeaderFilterFluent. removeAllFromSet(Collection<HTTPHeader> items)voidHTTPHeaderFilter. setAdd(List<HTTPHeader> add)Add adds the given header(s) (name, value) to the request before the action.voidHTTPHeaderFilter. setSet(List<HTTPHeader> set)Set overwrites the request with the given header (name, value) before the action.AHTTPHeaderFilterFluent. withAdd(List<HTTPHeader> add)AHTTPHeaderFilterFluent. 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)
-