Package | Description |
---|---|
io.fabric8.maven.plugin.mojo.build | |
io.fabric8.maven.plugin.mojo.develop |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceMojo |
class |
ApplyMojo
Base class for goals which deploy the generated artifacts into the Kubernetes cluster
|
class |
DistroMojo
Generates a tarball of all the dependent kubernetes and openshift templates
|
class |
ResourceAndApplyMojo
This goal forks the compile goal then applies the generated kubernetes resources to the current cluster.
|
class |
ResourceMojo
Generates or copies the Kubernetes JSON file and attaches it to the build so its
installed and released to maven repositories like other build artifacts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTailLogMojo |
class |
DebugMojo
Ensures that the current app has debug enabled, then opens the debug port so that you can debug the latest pod
from your IDE
|
class |
DeployMojo
This goal forks the install goal then applies the generated kubernetes resources to the current cluster.
|
class |
LogMojo
This goal tails the log of the most recent pod for the app that was deployed via
fabric8:deploy |
class |
RunMojo
This goal forks the install goal then applies the generated kubernetes resources to the current cluster, builds the images,
waits for the new pod to start and tails it to the console.
|
class |
StartMojo
Starts the application that was previously created via
fabric8:deploy and then
stopped via fabric8:stop |
class |
StopMojo
Stops the application that was previously created via
fabric8:deploy |
class |
UndeployMojo
Undeploys (deletes) the kubernetes resources generated by the current project.
|
class |
WatchSpringBootMojo
Runs the remote spring boot application
|
Copyright © 2016. All rights reserved.