public class KubernetesJobProducer
extends org.apache.camel.impl.DefaultProducer
| Constructor and Description |
|---|
KubernetesJobProducer(AbstractKubernetesEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCreateJob(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doDeleteJob(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doGetJob(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doList(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doListJobByLabel(org.apache.camel.Exchange exchange,
String operation) |
AbstractKubernetesEndpoint |
getEndpoint() |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, doStart, doStop, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic KubernetesJobProducer(AbstractKubernetesEndpoint endpoint)
public AbstractKubernetesEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.impl.DefaultProducerprotected void doList(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doListJobByLabel(org.apache.camel.Exchange exchange,
String operation)
protected void doGetJob(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doCreateJob(org.apache.camel.Exchange exchange,
String operation)
throws Exception
ExceptionApache Camel