Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRouteSpec
-
Packages that use HTTPRouteSpec Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 -
-
Uses of HTTPRouteSpec in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPRouteSpec Modifier and Type Method Description HTTPRouteSpecHTTPRouteSpecBuilder. build()HTTPRouteSpecHTTPRouteFluent. buildSpec()HTTPRouteSpecHTTPRoute. getSpec()HTTPRoute provides a way to route HTTP requests.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteSpec Modifier and Type Method Description protected voidHTTPRouteSpecFluent. copyInstance(HTTPRouteSpec instance)HTTPRouteFluent.SpecNested<A>HTTPRouteFluent. editOrNewSpecLike(HTTPRouteSpec item)voidHTTPRoute. setSpec(HTTPRouteSpec spec)HTTPRoute provides a way to route HTTP requests.HTTPRouteFluent.SpecNested<A>HTTPRouteFluent. withNewSpecLike(HTTPRouteSpec item)AHTTPRouteFluent. withSpec(HTTPRouteSpec spec)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteSpec Constructor Description HTTPRoute(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, HTTPRouteSpec spec, HTTPRouteStatus status)HTTPRouteSpecBuilder(HTTPRouteSpec instance)HTTPRouteSpecBuilder(HTTPRouteSpecFluent<?> fluent, HTTPRouteSpec instance)HTTPRouteSpecFluent(HTTPRouteSpec instance) -
Uses of HTTPRouteSpec in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 that return HTTPRouteSpec Modifier and Type Method Description HTTPRouteSpecHTTPRouteFluent. buildSpec()HTTPRouteSpecHTTPRoute. getSpec()HTTPRoute provides a way to route HTTP requests.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type HTTPRouteSpec Modifier and Type Method Description HTTPRouteFluent.SpecNested<A>HTTPRouteFluent. editOrNewSpecLike(HTTPRouteSpec item)voidHTTPRoute. setSpec(HTTPRouteSpec spec)HTTPRoute provides a way to route HTTP requests.HTTPRouteFluent.SpecNested<A>HTTPRouteFluent. withNewSpecLike(HTTPRouteSpec item)AHTTPRouteFluent. withSpec(HTTPRouteSpec spec)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type HTTPRouteSpec Constructor Description HTTPRoute(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, HTTPRouteSpec spec, HTTPRouteStatus status)
-