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 HTTPRouteSpec
HTTPRouteSpecBuilder. build()
HTTPRouteSpec
HTTPRouteFluent. buildSpec()
HTTPRouteSpec
HTTPRoute. getSpec()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRouteSpec Modifier and Type Method Description protected void
HTTPRouteSpecFluent. copyInstance(HTTPRouteSpec instance)
HTTPRouteFluent.SpecNested<A>
HTTPRouteFluent. editOrNewSpecLike(HTTPRouteSpec item)
void
HTTPRoute. setSpec(HTTPRouteSpec spec)
HTTPRouteFluent.SpecNested<A>
HTTPRouteFluent. withNewSpecLike(HTTPRouteSpec item)
A
HTTPRouteFluent. 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 HTTPRouteSpec
HTTPRouteFluent. buildSpec()
HTTPRouteSpec
HTTPRoute. getSpec()
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)
void
HTTPRoute. setSpec(HTTPRouteSpec spec)
HTTPRouteFluent.SpecNested<A>
HTTPRouteFluent. withNewSpecLike(HTTPRouteSpec item)
A
HTTPRouteFluent. 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)
-