Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.RouteParentStatus
-
Packages that use RouteParentStatus Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of RouteParentStatus in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type RouteParentStatus Modifier and Type Method Description List<RouteParentStatus>GRPCRouteStatusFluent. buildParents()List<RouteParentStatus>HTTPRouteStatusFluent. buildParents()List<RouteParentStatus>RouteStatusFluent. buildParents()List<RouteParentStatus>GRPCRouteStatus. getParents()Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.List<RouteParentStatus>HTTPRouteStatus. getParents()Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.List<RouteParentStatus>RouteStatus. getParents()Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type RouteParentStatus Modifier and Type Method Description AGRPCRouteStatusFluent. addAllToParents(Collection<RouteParentStatus> items)AHTTPRouteStatusFluent. addAllToParents(Collection<RouteParentStatus> items)ARouteStatusFluent. addAllToParents(Collection<RouteParentStatus> items)AGRPCRouteStatusFluent. removeAllFromParents(Collection<RouteParentStatus> items)AHTTPRouteStatusFluent. removeAllFromParents(Collection<RouteParentStatus> items)ARouteStatusFluent. removeAllFromParents(Collection<RouteParentStatus> items)voidGRPCRouteStatus. setParents(List<RouteParentStatus> parents)Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.voidHTTPRouteStatus. setParents(List<RouteParentStatus> parents)Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.voidRouteStatus. setParents(List<RouteParentStatus> parents)Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.AGRPCRouteStatusFluent. withParents(List<RouteParentStatus> parents)AHTTPRouteStatusFluent. withParents(List<RouteParentStatus> parents)ARouteStatusFluent. withParents(List<RouteParentStatus> parents)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type RouteParentStatus Constructor Description RouteParentStatusBuilder(RouteParentStatus instance)RouteParentStatusBuilder(RouteParentStatusFluent<?> fluent, RouteParentStatus instance)RouteParentStatusFluent(RouteParentStatus instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type RouteParentStatus Constructor Description GRPCRouteStatus(List<RouteParentStatus> parents)HTTPRouteStatus(List<RouteParentStatus> parents)RouteStatus(List<RouteParentStatus> parents) -
Uses of RouteParentStatus in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return RouteParentStatus Modifier and Type Method Description RouteParentStatusTCPRouteStatusFluent. buildFirstParent()RouteParentStatusTLSRouteStatusFluent. buildFirstParent()RouteParentStatusUDPRouteStatusFluent. buildFirstParent()RouteParentStatusTCPRouteStatusFluent. buildLastParent()RouteParentStatusTLSRouteStatusFluent. buildLastParent()RouteParentStatusUDPRouteStatusFluent. buildLastParent()RouteParentStatusTCPRouteStatusFluent. buildMatchingParent(Predicate<RouteParentStatusBuilder> predicate)RouteParentStatusTLSRouteStatusFluent. buildMatchingParent(Predicate<RouteParentStatusBuilder> predicate)RouteParentStatusUDPRouteStatusFluent. buildMatchingParent(Predicate<RouteParentStatusBuilder> predicate)RouteParentStatusTCPRouteStatusFluent. buildParent(int index)RouteParentStatusTLSRouteStatusFluent. buildParent(int index)RouteParentStatusUDPRouteStatusFluent. buildParent(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type RouteParentStatus Modifier and Type Method Description List<RouteParentStatus>TCPRouteStatusFluent. buildParents()List<RouteParentStatus>TLSRouteStatusFluent. buildParents()List<RouteParentStatus>UDPRouteStatusFluent. buildParents()List<RouteParentStatus>TCPRouteStatus. getParents()Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.List<RouteParentStatus>TLSRouteStatus. getParents()Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.List<RouteParentStatus>UDPRouteStatus. getParents()Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type RouteParentStatus Modifier and Type Method Description ATCPRouteStatusFluent. addAllToParents(Collection<RouteParentStatus> items)ATLSRouteStatusFluent. addAllToParents(Collection<RouteParentStatus> items)AUDPRouteStatusFluent. addAllToParents(Collection<RouteParentStatus> items)ATCPRouteStatusFluent. removeAllFromParents(Collection<RouteParentStatus> items)ATLSRouteStatusFluent. removeAllFromParents(Collection<RouteParentStatus> items)AUDPRouteStatusFluent. removeAllFromParents(Collection<RouteParentStatus> items)voidTCPRouteStatus. setParents(List<RouteParentStatus> parents)Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.voidTLSRouteStatus. setParents(List<RouteParentStatus> parents)Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.voidUDPRouteStatus. setParents(List<RouteParentStatus> parents)Parents is a list of parent resources (usually Gateways) that are associated with the route, and the status of the route with respect to each parent.ATCPRouteStatusFluent. withParents(List<RouteParentStatus> parents)ATLSRouteStatusFluent. withParents(List<RouteParentStatus> parents)AUDPRouteStatusFluent. withParents(List<RouteParentStatus> parents)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type RouteParentStatus Constructor Description TCPRouteStatus(List<RouteParentStatus> parents)TLSRouteStatus(List<RouteParentStatus> parents)UDPRouteStatus(List<RouteParentStatus> parents)
-