public class KubernetesNamespacesProducer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
KubernetesNamespacesProducer(AbstractKubernetesEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCreateNamespace(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doDeleteNamespace(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doGetNamespace(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doList(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doListNamespaceByLabel(org.apache.camel.Exchange exchange,
String operation) |
AbstractKubernetesEndpoint |
getEndpoint() |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, doStart, doStop, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic KubernetesNamespacesProducer(AbstractKubernetesEndpoint endpoint)
public AbstractKubernetesEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultProducerprotected void doList(org.apache.camel.Exchange exchange,
String operation)
protected void doListNamespaceByLabel(org.apache.camel.Exchange exchange,
String operation)
protected void doGetNamespace(org.apache.camel.Exchange exchange,
String operation)
protected void doCreateNamespace(org.apache.camel.Exchange exchange,
String operation)
protected void doDeleteNamespace(org.apache.camel.Exchange exchange,
String operation)
Apache Camel