Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCRouteMatch
-
Packages that use GRPCRouteMatch Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GRPCRouteMatch in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GRPCRouteMatch Modifier and Type Method Description GRPCRouteMatch
GRPCRouteMatchBuilder. build()
GRPCRouteMatch
GRPCRouteRuleFluent. buildFirstMatch()
GRPCRouteMatch
GRPCRouteRuleFluent. buildLastMatch()
GRPCRouteMatch
GRPCRouteRuleFluent. buildMatch(int index)
GRPCRouteMatch
GRPCRouteRuleFluent. buildMatchingMatch(Predicate<GRPCRouteMatchBuilder> predicate)
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type GRPCRouteMatch Modifier and Type Method Description List<GRPCRouteMatch>
GRPCRouteRuleFluent. buildMatches()
List<GRPCRouteMatch>
GRPCRouteRule. getMatches()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCRouteMatch Modifier and Type Method Description GRPCRouteRuleFluent.MatchesNested<A>
GRPCRouteRuleFluent. addNewMatchLike(GRPCRouteMatch item)
A
GRPCRouteRuleFluent. addToMatches(int index, GRPCRouteMatch item)
A
GRPCRouteRuleFluent. addToMatches(GRPCRouteMatch... items)
protected void
GRPCRouteMatchFluent. copyInstance(GRPCRouteMatch instance)
A
GRPCRouteRuleFluent. removeFromMatches(GRPCRouteMatch... items)
GRPCRouteRuleFluent.MatchesNested<A>
GRPCRouteRuleFluent. setNewMatchLike(int index, GRPCRouteMatch item)
A
GRPCRouteRuleFluent. setToMatches(int index, GRPCRouteMatch item)
A
GRPCRouteRuleFluent. withMatches(GRPCRouteMatch... matches)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type GRPCRouteMatch Modifier and Type Method Description A
GRPCRouteRuleFluent. addAllToMatches(Collection<GRPCRouteMatch> items)
A
GRPCRouteRuleFluent. removeAllFromMatches(Collection<GRPCRouteMatch> items)
void
GRPCRouteRule. setMatches(List<GRPCRouteMatch> matches)
A
GRPCRouteRuleFluent. withMatches(List<GRPCRouteMatch> matches)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCRouteMatch Constructor Description GRPCRouteMatchBuilder(GRPCRouteMatch instance)
GRPCRouteMatchBuilder(GRPCRouteMatchFluent<?> fluent, GRPCRouteMatch instance)
GRPCRouteMatchFluent(GRPCRouteMatch instance)
-