public class KubernetesReplicationControllersProducer
extends org.apache.camel.impl.DefaultProducer
Constructor and Description |
---|
KubernetesReplicationControllersProducer(KubernetesEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
doCreateReplicationController(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doDeleteReplicationController(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doGetReplicationController(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doList(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doListReplicationControllersByLabels(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doScaleReplicationController(org.apache.camel.Exchange exchange,
String operation) |
KubernetesEndpoint |
getEndpoint() |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, doStart, doStop, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public KubernetesReplicationControllersProducer(KubernetesEndpoint endpoint)
public KubernetesEndpoint getEndpoint()
getEndpoint
in interface org.apache.camel.EndpointAware
getEndpoint
in class org.apache.camel.impl.DefaultProducer
protected void doList(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doListReplicationControllersByLabels(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doGetReplicationController(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doCreateReplicationController(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doDeleteReplicationController(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
Apache Camel