Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPBackendRef
-
Packages that use HTTPBackendRef Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPBackendRef in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPBackendRef Modifier and Type Method Description HTTPBackendRefHTTPBackendRefBuilder. build()HTTPBackendRefHTTPRouteRuleFluent. buildBackendRef(int index)HTTPBackendRefHTTPRouteRuleFluent. buildFirstBackendRef()HTTPBackendRefHTTPRouteRuleFluent. buildLastBackendRef()HTTPBackendRefHTTPRouteRuleFluent. buildMatchingBackendRef(Predicate<HTTPBackendRefBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type HTTPBackendRef Modifier and Type Method Description List<HTTPBackendRef>HTTPRouteRuleFluent. buildBackendRefs()List<HTTPBackendRef>HTTPRouteRule. getBackendRefs()BackendRefs defines the backend(s) where matching requests should be sent.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPBackendRef Modifier and Type Method Description HTTPRouteRuleFluent.BackendRefsNested<A>HTTPRouteRuleFluent. addNewBackendRefLike(HTTPBackendRef item)AHTTPRouteRuleFluent. addToBackendRefs(int index, HTTPBackendRef item)AHTTPRouteRuleFluent. addToBackendRefs(HTTPBackendRef... items)protected voidHTTPBackendRefFluent. copyInstance(HTTPBackendRef instance)AHTTPRouteRuleFluent. removeFromBackendRefs(HTTPBackendRef... items)HTTPRouteRuleFluent.BackendRefsNested<A>HTTPRouteRuleFluent. setNewBackendRefLike(int index, HTTPBackendRef item)AHTTPRouteRuleFluent. setToBackendRefs(int index, HTTPBackendRef item)AHTTPRouteRuleFluent. withBackendRefs(HTTPBackendRef... backendRefs)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPBackendRef Modifier and Type Method Description AHTTPRouteRuleFluent. addAllToBackendRefs(Collection<HTTPBackendRef> items)AHTTPRouteRuleFluent. removeAllFromBackendRefs(Collection<HTTPBackendRef> items)voidHTTPRouteRule. setBackendRefs(List<HTTPBackendRef> backendRefs)BackendRefs defines the backend(s) where matching requests should be sent.AHTTPRouteRuleFluent. withBackendRefs(List<HTTPBackendRef> backendRefs)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPBackendRef Constructor Description HTTPBackendRefBuilder(HTTPBackendRef instance)HTTPBackendRefBuilder(HTTPBackendRefFluent<?> fluent, HTTPBackendRef instance)HTTPBackendRefFluent(HTTPBackendRef instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPBackendRef Constructor Description HTTPRouteRule(List<HTTPBackendRef> backendRefs, List<HTTPRouteFilter> filters, List<HTTPRouteMatch> matches, String name, HTTPRouteRetry retry, SessionPersistence sessionPersistence, HTTPRouteTimeouts timeouts)
-