Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCAuthConfig
-
Packages that use GRPCAuthConfig Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GRPCAuthConfig in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GRPCAuthConfig Modifier and Type Method Description GRPCAuthConfigGRPCAuthConfigBuilder. build()GRPCAuthConfigHTTPExternalAuthFilterFluent. buildGrpc()GRPCAuthConfigHTTPExternalAuthFilter. getGrpc()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 GRPCAuthConfig Modifier and Type Method Description protected voidGRPCAuthConfigFluent. copyInstance(GRPCAuthConfig instance)HTTPExternalAuthFilterFluent.GrpcNested<A>HTTPExternalAuthFilterFluent. editOrNewGrpcLike(GRPCAuthConfig item)voidHTTPExternalAuthFilter. setGrpc(GRPCAuthConfig grpc)HTTPExternalAuthFilter defines a filter that modifies requests by sending request details to an external authorization server.AHTTPExternalAuthFilterFluent. withGrpc(GRPCAuthConfig grpc)HTTPExternalAuthFilterFluent.GrpcNested<A>HTTPExternalAuthFilterFluent. withNewGrpcLike(GRPCAuthConfig item)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GRPCAuthConfig Constructor Description GRPCAuthConfigBuilder(GRPCAuthConfig instance)GRPCAuthConfigBuilder(GRPCAuthConfigFluent<?> fluent, GRPCAuthConfig instance)GRPCAuthConfigFluent(GRPCAuthConfig instance)HTTPExternalAuthFilter(BackendObjectReference backendRef, ForwardBodyConfig forwardBody, GRPCAuthConfig grpc, HTTPAuthConfig http, String protocol)
-