Class | Description |
---|---|
AbstractTailLogMojo | |
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
|
DeployMojo |
This goal forks the install goal then applies the generated kubernetes resources to the current cluster.
|
HelpMojo |
Display help information on fabric8-maven-plugin.
Call mvn fabric8:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
LogMojo |
This goal tails the log of the most recent pod for the app that was deployed via
fabric8:deploy |
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.
|
StartMojo |
Starts the application that was previously created via
fabric8:deploy and then
stopped via fabric8:stop |
StopMojo |
Stops the application that was previously created via
fabric8:deploy |
UndeployMojo |
Undeploys (deletes) the kubernetes resources generated by the current project.
|
Copyright © 2018. All rights reserved.