| Package | Description |
|---|---|
| org.eclipse.jkube.maven.plugin.mojo.build | |
| org.eclipse.jkube.maven.plugin.mojo.develop |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplyMojo
Base class for goals which deploy the generated artifacts into the Kubernetes cluster
|
| Modifier and Type | Class and Description |
|---|---|
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
k8s:deploy |
class |
UndeployMojo
Undeploys (deletes) the kubernetes resources generated by the current project.
|
class |
WatchMojo
Used to automatically rebuild Docker images and restart containers in case of updates.
|
Copyright © 2022. All rights reserved.