Uses of Class
io.fabric8.openshift.api.model.operator.v1.LoggingDestination
-
Packages that use LoggingDestination Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of LoggingDestination in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return LoggingDestination Modifier and Type Method Description LoggingDestinationLoggingDestinationBuilder. build()LoggingDestinationAccessLoggingFluent. buildDestination()LoggingDestinationAccessLoggingFluentImpl. buildDestination()LoggingDestinationAccessLogging. getDestination()LoggingDestinationAccessLoggingFluent. getDestination()Deprecated.LoggingDestinationAccessLoggingFluentImpl. getDestination()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type LoggingDestination Modifier and Type Method Description AccessLoggingFluent.DestinationNested<A>AccessLoggingFluent. editOrNewDestinationLike(LoggingDestination item)AccessLoggingFluent.DestinationNested<A>AccessLoggingFluentImpl. editOrNewDestinationLike(LoggingDestination item)voidAccessLogging. setDestination(LoggingDestination destination)AAccessLoggingFluent. withDestination(LoggingDestination destination)AAccessLoggingFluentImpl. withDestination(LoggingDestination destination)AccessLoggingFluent.DestinationNested<A>AccessLoggingFluent. withNewDestinationLike(LoggingDestination item)AccessLoggingFluent.DestinationNested<A>AccessLoggingFluentImpl. withNewDestinationLike(LoggingDestination item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type LoggingDestination Constructor Description AccessLogging(LoggingDestination destination, List<IngressControllerCaptureHTTPCookie> httpCaptureCookies, IngressControllerCaptureHTTPHeaders httpCaptureHeaders, String httpLogFormat)LoggingDestinationBuilder(LoggingDestination instance)LoggingDestinationBuilder(LoggingDestinationFluent<?> fluent, LoggingDestination instance)LoggingDestinationBuilder(LoggingDestinationFluent<?> fluent, LoggingDestination instance, Boolean validationEnabled)LoggingDestinationBuilder(LoggingDestination instance, Boolean validationEnabled)LoggingDestinationFluentImpl(LoggingDestination instance)
-