Uses of Class
io.fabric8.openshift.api.model.config.v1.ComponentRouteStatus
-
Packages that use ComponentRouteStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ComponentRouteStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ComponentRouteStatus Modifier and Type Method Description ComponentRouteStatusComponentRouteStatusBuilder. build()ComponentRouteStatusIngressStatusFluent. buildComponentRoute(int index)ComponentRouteStatusIngressStatusFluent. buildFirstComponentRoute()ComponentRouteStatusIngressStatusFluent. buildLastComponentRoute()ComponentRouteStatusIngressStatusFluent. buildMatchingComponentRoute(Predicate<ComponentRouteStatusBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type ComponentRouteStatus Modifier and Type Method Description List<ComponentRouteStatus>IngressStatusFluent. buildComponentRoutes()List<ComponentRouteStatus>IngressStatus. getComponentRoutes()componentRoutes is where participating operators place the current route status for routes whose hostnames and serving certificates can be customized by the cluster-admin.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ComponentRouteStatus Modifier and Type Method Description IngressStatusFluent.ComponentRoutesNested<A>IngressStatusFluent. addNewComponentRouteLike(ComponentRouteStatus item)AIngressStatusFluent. addToComponentRoutes(int index, ComponentRouteStatus item)AIngressStatusFluent. addToComponentRoutes(ComponentRouteStatus... items)protected voidComponentRouteStatusFluent. copyInstance(ComponentRouteStatus instance)AIngressStatusFluent. removeFromComponentRoutes(ComponentRouteStatus... items)IngressStatusFluent.ComponentRoutesNested<A>IngressStatusFluent. setNewComponentRouteLike(int index, ComponentRouteStatus item)AIngressStatusFluent. setToComponentRoutes(int index, ComponentRouteStatus item)AIngressStatusFluent. withComponentRoutes(ComponentRouteStatus... componentRoutes)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ComponentRouteStatus Modifier and Type Method Description AIngressStatusFluent. addAllToComponentRoutes(Collection<ComponentRouteStatus> items)AIngressStatusFluent. removeAllFromComponentRoutes(Collection<ComponentRouteStatus> items)voidIngressStatus. setComponentRoutes(List<ComponentRouteStatus> componentRoutes)componentRoutes is where participating operators place the current route status for routes whose hostnames and serving certificates can be customized by the cluster-admin.AIngressStatusFluent. withComponentRoutes(List<ComponentRouteStatus> componentRoutes)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ComponentRouteStatus Constructor Description ComponentRouteStatusBuilder(ComponentRouteStatus instance)ComponentRouteStatusBuilder(ComponentRouteStatusFluent<?> fluent, ComponentRouteStatus instance)ComponentRouteStatusFluent(ComponentRouteStatus instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ComponentRouteStatus Constructor Description IngressStatus(List<ComponentRouteStatus> componentRoutes, String defaultPlacement)
-