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 GRPCMethodMatchGRPCMethodMatchBuilder. build()GRPCMethodMatchGRPCRouteMatchFluent. buildMethod()GRPCMethodMatchGRPCRouteMatch. getMethod()Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCMethodMatch Modifier and Type Method Description protected voidGRPCMethodMatchFluent. copyInstance(GRPCMethodMatch instance)GRPCRouteMatchFluent.MethodNested<A>GRPCRouteMatchFluent. editOrNewMethodLike(GRPCMethodMatch item)voidGRPCRouteMatch. setMethod(GRPCMethodMatch method)AGRPCRouteMatchFluent. 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)
-