Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.BackendRef
-
Packages that use BackendRef Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of BackendRef in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return BackendRef Modifier and Type Method Description BackendRefBackendRefBuilder. build()Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type BackendRef Modifier and Type Method Description protected voidBackendRefFluent. copyInstance(BackendRef instance)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type BackendRef Constructor Description BackendRefBuilder(BackendRef instance)BackendRefBuilder(BackendRefFluent<?> fluent, BackendRef instance)BackendRefFluent(BackendRef instance) -
Uses of BackendRef in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return BackendRef Modifier and Type Method Description BackendRefTCPRouteRuleFluent. buildBackendRef(int index)BackendRefTLSRouteRuleFluent. buildBackendRef(int index)BackendRefUDPRouteRuleFluent. buildBackendRef(int index)BackendRefTCPRouteRuleFluent. buildFirstBackendRef()BackendRefTLSRouteRuleFluent. buildFirstBackendRef()BackendRefUDPRouteRuleFluent. buildFirstBackendRef()BackendRefTCPRouteRuleFluent. buildLastBackendRef()BackendRefTLSRouteRuleFluent. buildLastBackendRef()BackendRefUDPRouteRuleFluent. buildLastBackendRef()BackendRefTCPRouteRuleFluent. buildMatchingBackendRef(Predicate<BackendRefBuilder> predicate)BackendRefTLSRouteRuleFluent. buildMatchingBackendRef(Predicate<BackendRefBuilder> predicate)BackendRefUDPRouteRuleFluent. buildMatchingBackendRef(Predicate<BackendRefBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type BackendRef Modifier and Type Method Description List<BackendRef>TCPRouteRuleFluent. buildBackendRefs()List<BackendRef>TLSRouteRuleFluent. buildBackendRefs()List<BackendRef>UDPRouteRuleFluent. buildBackendRefs()List<BackendRef>TCPRouteRule. getBackendRefs()BackendRefs defines the backend(s) where matching requests should be sent.List<BackendRef>TLSRouteRule. getBackendRefs()BackendRefs defines the backend(s) where matching requests should be sent.List<BackendRef>UDPRouteRule. getBackendRefs()BackendRefs defines the backend(s) where matching requests should be sent.Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type BackendRef Modifier and Type Method Description ATCPRouteRuleFluent. addAllToBackendRefs(Collection<BackendRef> items)ATLSRouteRuleFluent. addAllToBackendRefs(Collection<BackendRef> items)AUDPRouteRuleFluent. addAllToBackendRefs(Collection<BackendRef> items)ATCPRouteRuleFluent. removeAllFromBackendRefs(Collection<BackendRef> items)ATLSRouteRuleFluent. removeAllFromBackendRefs(Collection<BackendRef> items)AUDPRouteRuleFluent. removeAllFromBackendRefs(Collection<BackendRef> items)voidTCPRouteRule. setBackendRefs(List<BackendRef> backendRefs)BackendRefs defines the backend(s) where matching requests should be sent.voidTLSRouteRule. setBackendRefs(List<BackendRef> backendRefs)BackendRefs defines the backend(s) where matching requests should be sent.voidUDPRouteRule. setBackendRefs(List<BackendRef> backendRefs)BackendRefs defines the backend(s) where matching requests should be sent.ATCPRouteRuleFluent. withBackendRefs(List<BackendRef> backendRefs)ATLSRouteRuleFluent. withBackendRefs(List<BackendRef> backendRefs)AUDPRouteRuleFluent. withBackendRefs(List<BackendRef> backendRefs)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type BackendRef Constructor Description TCPRouteRule(List<BackendRef> backendRefs, String name)TLSRouteRule(List<BackendRef> backendRefs, String name)UDPRouteRule(List<BackendRef> backendRefs, String name)
-