Class PodEvent
- java.lang.Object
-
- org.apache.camel.component.kubernetes.consumer.common.PodEvent
-
public class PodEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description PodEvent(io.fabric8.kubernetes.client.Watcher.Action action, io.fabric8.kubernetes.api.model.Pod pod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-