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.ActiongetAction()io.fabric8.kubernetes.api.model.PodgetPod()voidsetAction(io.fabric8.kubernetes.client.Watcher.Action action)voidsetPod(io.fabric8.kubernetes.api.model.Pod pod)
-