Uses of Class
io.fabric8.maven.docker.config.LogConfiguration
-
Packages that use LogConfiguration Package Description io.fabric8.maven.docker.access io.fabric8.maven.docker.config -
-
Uses of LogConfiguration in io.fabric8.maven.docker.access
Methods in io.fabric8.maven.docker.access with parameters of type LogConfiguration Modifier and Type Method Description ContainerHostConfigContainerHostConfig. logConfig(LogConfiguration logConfig) -
Uses of LogConfiguration in io.fabric8.maven.docker.config
Fields in io.fabric8.maven.docker.config declared as LogConfiguration Modifier and Type Field Description static LogConfigurationLogConfiguration. DEFAULTMethods in io.fabric8.maven.docker.config that return LogConfiguration Modifier and Type Method Description LogConfigurationLogConfiguration.Builder. build()LogConfigurationRunImageConfiguration. getLogConfiguration()Methods in io.fabric8.maven.docker.config with parameters of type LogConfiguration Modifier and Type Method Description RunImageConfiguration.BuilderRunImageConfiguration.Builder. log(LogConfiguration log)
-