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