Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.ForwardBodyConfig
-
Packages that use ForwardBodyConfig Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of ForwardBodyConfig in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return ForwardBodyConfig Modifier and Type Method Description ForwardBodyConfigForwardBodyConfigBuilder. build()ForwardBodyConfigHTTPExternalAuthFilterFluent. buildForwardBody()ForwardBodyConfigHTTPExternalAuthFilter. getForwardBody()HTTPExternalAuthFilter defines a filter that modifies requests by sending request details to an external authorization server.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ForwardBodyConfig Modifier and Type Method Description protected voidForwardBodyConfigFluent. copyInstance(ForwardBodyConfig instance)HTTPExternalAuthFilterFluent.ForwardBodyNested<A>HTTPExternalAuthFilterFluent. editOrNewForwardBodyLike(ForwardBodyConfig item)voidHTTPExternalAuthFilter. setForwardBody(ForwardBodyConfig forwardBody)HTTPExternalAuthFilter defines a filter that modifies requests by sending request details to an external authorization server.AHTTPExternalAuthFilterFluent. withForwardBody(ForwardBodyConfig forwardBody)HTTPExternalAuthFilterFluent.ForwardBodyNested<A>HTTPExternalAuthFilterFluent. withNewForwardBodyLike(ForwardBodyConfig item)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ForwardBodyConfig Constructor Description ForwardBodyConfigBuilder(ForwardBodyConfig instance)ForwardBodyConfigBuilder(ForwardBodyConfigFluent<?> fluent, ForwardBodyConfig instance)ForwardBodyConfigFluent(ForwardBodyConfig instance)HTTPExternalAuthFilter(BackendObjectReference backendRef, ForwardBodyConfig forwardBody, GRPCAuthConfig grpc, HTTPAuthConfig http, String protocol)
-