Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPAuthConfig
-
Packages that use HTTPAuthConfig Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPAuthConfig in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPAuthConfig Modifier and Type Method Description HTTPAuthConfigHTTPAuthConfigBuilder. build()HTTPAuthConfigHTTPExternalAuthFilterFluent. buildHttp()HTTPAuthConfigHTTPExternalAuthFilter. getHttp()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 HTTPAuthConfig Modifier and Type Method Description protected voidHTTPAuthConfigFluent. copyInstance(HTTPAuthConfig instance)HTTPExternalAuthFilterFluent.HttpNested<A>HTTPExternalAuthFilterFluent. editOrNewHttpLike(HTTPAuthConfig item)voidHTTPExternalAuthFilter. setHttp(HTTPAuthConfig http)HTTPExternalAuthFilter defines a filter that modifies requests by sending request details to an external authorization server.AHTTPExternalAuthFilterFluent. withHttp(HTTPAuthConfig http)HTTPExternalAuthFilterFluent.HttpNested<A>HTTPExternalAuthFilterFluent. withNewHttpLike(HTTPAuthConfig item)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPAuthConfig Constructor Description HTTPAuthConfigBuilder(HTTPAuthConfig instance)HTTPAuthConfigBuilder(HTTPAuthConfigFluent<?> fluent, HTTPAuthConfig instance)HTTPAuthConfigFluent(HTTPAuthConfig instance)HTTPExternalAuthFilter(BackendObjectReference backendRef, ForwardBodyConfig forwardBody, GRPCAuthConfig grpc, HTTPAuthConfig http, String protocol)
-