Uses of Enum
io.strimzi.api.kafka.model.TlsSidecarLogLevel
Packages that use TlsSidecarLogLevel
-
Uses of TlsSidecarLogLevel in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return TlsSidecarLogLevelModifier and TypeMethodDescriptionstatic TlsSidecarLogLevelTlsSidecar.getLogLevel()TlsSidecarFluent.getLogLevel()static TlsSidecarLogLevelReturns the enum constant of this type with the specified name.static TlsSidecarLogLevel[]TlsSidecarLogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.api.kafka.model with parameters of type TlsSidecarLogLevelModifier and TypeMethodDescriptionvoidTlsSidecar.setLogLevel(TlsSidecarLogLevel logLevel) TlsSidecarFluent.withLogLevel(TlsSidecarLogLevel logLevel)