Uses of Class
io.fabric8.openshift.api.model.config.v1.IngressSpecFluent.ComponentRoutesNested
-
Packages that use IngressSpecFluent.ComponentRoutesNested Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of IngressSpecFluent.ComponentRoutesNested in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return IngressSpecFluent.ComponentRoutesNested Modifier and Type Method Description IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. addNewComponentRoute()IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. addNewComponentRouteLike(ComponentRouteSpec item)IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. editComponentRoute(int index)IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. editFirstComponentRoute()IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. editLastComponentRoute()IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. editMatchingComponentRoute(Predicate<ComponentRouteSpecBuilder> predicate)IngressSpecFluent.ComponentRoutesNested<A>IngressSpecFluent. setNewComponentRouteLike(int index, ComponentRouteSpec item)
-