public class PodEvent extends Object
| Constructor and Description |
|---|
PodEvent(io.fabric8.kubernetes.client.Watcher.Action action,
io.fabric8.kubernetes.api.model.Pod pod) |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.client.Watcher.Action |
getAction() |
io.fabric8.kubernetes.api.model.Pod |
getPod() |
void |
setAction(io.fabric8.kubernetes.client.Watcher.Action action) |
void |
setPod(io.fabric8.kubernetes.api.model.Pod pod) |
Apache Camel