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