Uses of Class
io.fabric8.openshift.api.model.operator.v1.IngressControllerCaptureHTTPCookie
-
Packages that use IngressControllerCaptureHTTPCookie Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of IngressControllerCaptureHTTPCookie in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return IngressControllerCaptureHTTPCookie Modifier and Type Method Description IngressControllerCaptureHTTPCookieIngressControllerCaptureHTTPCookieBuilder. build()IngressControllerCaptureHTTPCookieAccessLoggingFluent. buildFirstHttpCaptureCooky()IngressControllerCaptureHTTPCookieAccessLoggingFluent. buildHttpCaptureCooky(int index)IngressControllerCaptureHTTPCookieAccessLoggingFluent. buildLastHttpCaptureCooky()IngressControllerCaptureHTTPCookieAccessLoggingFluent. buildMatchingHttpCaptureCooky(Predicate<IngressControllerCaptureHTTPCookieBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type IngressControllerCaptureHTTPCookie Modifier and Type Method Description List<IngressControllerCaptureHTTPCookie>AccessLoggingFluent. buildHttpCaptureCookies()List<IngressControllerCaptureHTTPCookie>AccessLogging. getHttpCaptureCookies()httpCaptureCookies specifies HTTP cookies that should be captured in access logs.Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type IngressControllerCaptureHTTPCookie Modifier and Type Method Description AAccessLoggingFluent. addAllToHttpCaptureCookies(Collection<IngressControllerCaptureHTTPCookie> items)AAccessLoggingFluent. removeAllFromHttpCaptureCookies(Collection<IngressControllerCaptureHTTPCookie> items)voidAccessLogging. setHttpCaptureCookies(List<IngressControllerCaptureHTTPCookie> httpCaptureCookies)httpCaptureCookies specifies HTTP cookies that should be captured in access logs.AAccessLoggingFluent. withHttpCaptureCookies(List<IngressControllerCaptureHTTPCookie> httpCaptureCookies)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type IngressControllerCaptureHTTPCookie Constructor Description IngressControllerCaptureHTTPCookieBuilder(IngressControllerCaptureHTTPCookie instance)IngressControllerCaptureHTTPCookieBuilder(IngressControllerCaptureHTTPCookieFluent<?> fluent, IngressControllerCaptureHTTPCookie instance)IngressControllerCaptureHTTPCookieFluent(IngressControllerCaptureHTTPCookie instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type IngressControllerCaptureHTTPCookie Constructor Description AccessLogging(LoggingDestination destination, List<IngressControllerCaptureHTTPCookie> httpCaptureCookies, IngressControllerCaptureHTTPHeaders httpCaptureHeaders, String httpLogFormat, String logEmptyRequests)
-