Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.SessionPersistence
-
Packages that use SessionPersistence Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of SessionPersistence in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return SessionPersistence Modifier and Type Method Description SessionPersistenceSessionPersistenceBuilder. build()SessionPersistenceGRPCRouteRuleFluent. buildSessionPersistence()SessionPersistenceHTTPRouteRuleFluent. buildSessionPersistence()SessionPersistenceGRPCRouteRule. getSessionPersistence()GRPCRouteRule defines the semantics for matching a gRPC request based on conditions (matches), processing it (filters), and forwarding the request to an API object (backendRefs).SessionPersistenceHTTPRouteRule. getSessionPersistence()HTTPRouteRule defines semantics for matching an HTTP request based on conditions (matches), processing it (filters), and forwarding the request to an API object (backendRefs).Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type SessionPersistence Modifier and Type Method Description protected voidSessionPersistenceFluent. copyInstance(SessionPersistence instance)GRPCRouteRuleFluent.SessionPersistenceNested<A>GRPCRouteRuleFluent. editOrNewSessionPersistenceLike(SessionPersistence item)HTTPRouteRuleFluent.SessionPersistenceNested<A>HTTPRouteRuleFluent. editOrNewSessionPersistenceLike(SessionPersistence item)voidGRPCRouteRule. setSessionPersistence(SessionPersistence sessionPersistence)GRPCRouteRule defines the semantics for matching a gRPC request based on conditions (matches), processing it (filters), and forwarding the request to an API object (backendRefs).voidHTTPRouteRule. setSessionPersistence(SessionPersistence sessionPersistence)HTTPRouteRule defines semantics for matching an HTTP request based on conditions (matches), processing it (filters), and forwarding the request to an API object (backendRefs).GRPCRouteRuleFluent.SessionPersistenceNested<A>GRPCRouteRuleFluent. withNewSessionPersistenceLike(SessionPersistence item)HTTPRouteRuleFluent.SessionPersistenceNested<A>HTTPRouteRuleFluent. withNewSessionPersistenceLike(SessionPersistence item)AGRPCRouteRuleFluent. withSessionPersistence(SessionPersistence sessionPersistence)AHTTPRouteRuleFluent. withSessionPersistence(SessionPersistence sessionPersistence)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type SessionPersistence Constructor Description GRPCRouteRule(List<GRPCBackendRef> backendRefs, List<GRPCRouteFilter> filters, List<GRPCRouteMatch> matches, String name, SessionPersistence sessionPersistence)HTTPRouteRule(List<HTTPBackendRef> backendRefs, List<HTTPRouteFilter> filters, List<HTTPRouteMatch> matches, String name, HTTPRouteRetry retry, SessionPersistence sessionPersistence, HTTPRouteTimeouts timeouts)SessionPersistenceBuilder(SessionPersistence instance)SessionPersistenceBuilder(SessionPersistenceFluent<?> fluent, SessionPersistence instance)SessionPersistenceFluent(SessionPersistence instance) -
Uses of SessionPersistence in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return SessionPersistence Modifier and Type Method Description SessionPersistenceBackendLBPolicySpecFluent. buildSessionPersistence()SessionPersistenceBackendLBPolicySpec. getSessionPersistence()BackendLBPolicySpec defines the desired state of BackendLBPolicy.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type SessionPersistence Modifier and Type Method Description BackendLBPolicySpecFluent.SessionPersistenceNested<A>BackendLBPolicySpecFluent. editOrNewSessionPersistenceLike(SessionPersistence item)voidBackendLBPolicySpec. setSessionPersistence(SessionPersistence sessionPersistence)BackendLBPolicySpec defines the desired state of BackendLBPolicy.BackendLBPolicySpecFluent.SessionPersistenceNested<A>BackendLBPolicySpecFluent. withNewSessionPersistenceLike(SessionPersistence item)ABackendLBPolicySpecFluent. withSessionPersistence(SessionPersistence sessionPersistence)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type SessionPersistence Constructor Description BackendLBPolicySpec(SessionPersistence sessionPersistence, List<LocalPolicyTargetReference> targetRefs)
-