Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCMethodMatch
-
Packages that use GRPCMethodMatch Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GRPCMethodMatch in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GRPCMethodMatch Modifier and Type Method Description GRPCMethodMatch
GRPCMethodMatchBuilder. build()
GRPCMethodMatch
GRPCRouteMatchFluent. buildMethod()
GRPCMethodMatch
GRPCRouteMatch. getMethod()
GRPCRouteMatch defines the predicate used to match requests to a given action.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCMethodMatch Modifier and Type Method Description protected void
GRPCMethodMatchFluent. copyInstance(GRPCMethodMatch instance)
GRPCRouteMatchFluent.MethodNested<A>
GRPCRouteMatchFluent. editOrNewMethodLike(GRPCMethodMatch item)
void
GRPCRouteMatch. setMethod(GRPCMethodMatch method)
GRPCRouteMatch defines the predicate used to match requests to a given action.A
GRPCRouteMatchFluent. withMethod(GRPCMethodMatch method)
GRPCRouteMatchFluent.MethodNested<A>
GRPCRouteMatchFluent. withNewMethodLike(GRPCMethodMatch item)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCMethodMatch Constructor Description GRPCMethodMatchBuilder(GRPCMethodMatch instance)
GRPCMethodMatchBuilder(GRPCMethodMatchFluent<?> fluent, GRPCMethodMatch instance)
GRPCMethodMatchFluent(GRPCMethodMatch instance)
GRPCRouteMatch(List<GRPCHeaderMatch> headers, GRPCMethodMatch method)
-