public class ComposeService extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KOMPOSE_RESOURCES_DIRECTORY |
Constructor and Description |
---|
ComposeService(File defaultKomposeBinDir,
Path composeFilePath,
io.fabric8.maven.docker.util.Logger log)
Create instance of compose service
|
Modifier and Type | Method and Description |
---|---|
void |
cleanComposeResources() |
File[] |
convertToKubeFragments()
Returns array of kubernetes resource descriptor files generated from docker compose files
using 'kompose' (http://kompose.io) utility
|
Path |
getPath() |
public static final String KOMPOSE_RESOURCES_DIRECTORY
public File[] convertToKubeFragments() throws Fabric8ServiceException
IOException
org.apache.maven.plugin.MojoExecutionException
Fabric8ServiceException
public void cleanComposeResources()
public Path getPath()
Copyright © 2019. All rights reserved.