package
0.4.0-alpha.0
Repository: https://github.com/konveyor/move2kube.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

BUILD_IN_BASE_IMAGE generate the build stage and put it in a separate Dockerfile.
BUILD_IN_EVERY_IMAGE generate the build stage in every Dockerfile.
JavaPackageNamesMappingKind defines kind of JavaPackageNamesMappingKind.
MAVEN_COMPILER_PLUGIN is the name of the maven plugin that compiles the java code.
MAVEN_DEFAULT_BUILD_DIR is the name of the default build directory.
MAVEN_JAR_PLUGIN is the name of the maven plugin that packages the java code.
NO_BUILD_STAGE don't generate the build stage in Dockerfiles.
SPRING_BOOT_MAVEN_PLUGIN is the name of the maven plugin that Spring Boot uses.

# Structs

EarAnalyser implements Transformer interface.
EarDockerfileTemplate stores parameters for the dockerfile template.
EarYamlConfig stores the war related information.
FlattenedProperty defines the key value pair of the spring boot properties.
GradleAnalyser implements Transformer interface.
GradleBuildDockerfileTemplate defines the information for the build dockerfile template.
GradleYamlConfig stores the Gradle related information.
JarAnalyser implements Transformer interface.
JarDockerfileTemplate stores parameters for the dockerfile template.
JarYamlConfig stores jar related configuration information.
JavaLibertyImageMapping stores the java version to liberty image version mappings.
JavaLibertyImageMappingSpec stores the java to liberty image version spec.
JavaPackageNamesMapping stores the java package version mappings.
JavaPackageNamesMappingSpec stores the java package version spec.
Jboss implements Transformer interface.
JbossDockerfileTemplate stores parameters for the dockerfile template.
JbossYamlConfig stores jar related configuration information.
Liberty implements Transformer interface.
LibertyDockerfileTemplate stores parameters for the dockerfile template.
LibertyYamlConfig stores jar related configuration information.
MavenAnalyser implements Transformer interface.
MavenBuildDockerfileTemplate defines the information for the build dockerfile template.
MavenYamlConfig stores the maven related information.
SpringBootMetadataFiles defines the lists of configuration files from spring boot applications.
Tomcat implements Transformer interface.
TomcatDockerfileTemplate stores parameters for the dockerfile template.
TomcatYamlConfig stores jar related configuration information.
WarAnalyser implements Transformer interface.
WarDockerfileTemplate stores parameters for the dockerfile template.
WarYamlConfig stores the war related information.
Zuul defines zuul spring boot properties file.
ZuulAnalyser implements Transformer interface.
ZuulSpec defines zuul specification.