Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRouteSpecFluent.ParentRefsNested
-
Packages that use HTTPRouteSpecFluent.ParentRefsNested Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPRouteSpecFluent.ParentRefsNested in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPRouteSpecFluent.ParentRefsNested Modifier and Type Method Description HTTPRouteSpecFluent.ParentRefsNested<A>
HTTPRouteSpecFluent. addNewParentRef()
HTTPRouteSpecFluent.ParentRefsNested<A>
HTTPRouteSpecFluent. addNewParentRefLike(ParentReference item)
HTTPRouteSpecFluent.ParentRefsNested<A>
HTTPRouteSpecFluent. editFirstParentRef()
HTTPRouteSpecFluent.ParentRefsNested<A>
HTTPRouteSpecFluent. editLastParentRef()
HTTPRouteSpecFluent.ParentRefsNested<A>
HTTPRouteSpecFluent. editMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)
HTTPRouteSpecFluent.ParentRefsNested<A>
HTTPRouteSpecFluent. editParentRef(int index)
HTTPRouteSpecFluent.ParentRefsNested<A>
HTTPRouteSpecFluent. setNewParentRefLike(int index, ParentReference item)
-