Uses of Class
io.fabric8.openshift.api.model.config.v1.ComponentRouteSpec
-
Packages that use ComponentRouteSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ComponentRouteSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ComponentRouteSpec Modifier and Type Method Description ComponentRouteSpecComponentRouteSpecBuilder. build()ComponentRouteSpecIngressSpecFluent. buildComponentRoute(int index)ComponentRouteSpecIngressSpecFluent. buildFirstComponentRoute()ComponentRouteSpecIngressSpecFluent. buildLastComponentRoute()ComponentRouteSpecIngressSpecFluent. buildMatchingComponentRoute(Predicate<ComponentRouteSpecBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type ComponentRouteSpec Modifier and Type Method Description List<ComponentRouteSpec>IngressSpecFluent. buildComponentRoutes()List<ComponentRouteSpec>IngressSpec. getComponentRoutes()componentRoutes is an optional list of routes that are managed by OpenShift components that a cluster-admin is able to configure the hostname and serving certificate for.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ComponentRouteSpec Modifier and Type Method Description IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. addNewComponentRouteLike(ComponentRouteSpec item)AIngressSpecFluent. addToComponentRoutes(int index, ComponentRouteSpec item)AIngressSpecFluent. addToComponentRoutes(ComponentRouteSpec... items)protected voidComponentRouteSpecFluent. copyInstance(ComponentRouteSpec instance)AIngressSpecFluent. removeFromComponentRoutes(ComponentRouteSpec... items)IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. setNewComponentRouteLike(int index, ComponentRouteSpec item)AIngressSpecFluent. setToComponentRoutes(int index, ComponentRouteSpec item)AIngressSpecFluent. withComponentRoutes(ComponentRouteSpec... componentRoutes)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ComponentRouteSpec Modifier and Type Method Description AIngressSpecFluent. addAllToComponentRoutes(Collection<ComponentRouteSpec> items)AIngressSpecFluent. removeAllFromComponentRoutes(Collection<ComponentRouteSpec> items)voidIngressSpec. setComponentRoutes(List<ComponentRouteSpec> componentRoutes)componentRoutes is an optional list of routes that are managed by OpenShift components that a cluster-admin is able to configure the hostname and serving certificate for.AIngressSpecFluent. withComponentRoutes(List<ComponentRouteSpec> componentRoutes)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ComponentRouteSpec Constructor Description ComponentRouteSpecBuilder(ComponentRouteSpec instance)ComponentRouteSpecBuilder(ComponentRouteSpecFluent<?> fluent, ComponentRouteSpec instance)ComponentRouteSpecFluent(ComponentRouteSpec instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ComponentRouteSpec Constructor Description IngressSpec(String appsDomain, List<ComponentRouteSpec> componentRoutes, String domain, LoadBalancer loadBalancer, List<RequiredHSTSPolicy> requiredHSTSPolicies)
-