public class KubernetesDnsSrvServiceDiscovery extends KubernetesServiceDiscovery
| Constructor and Description |
|---|
KubernetesDnsSrvServiceDiscovery(KubernetesConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
computeQueryString(String serviceName)
Compute the query string to lookup SRV records.
|
List<org.apache.camel.cloud.ServiceDefinition> |
getServices(String name) |
String |
toString() |
getConfigurationdoStart, doStop, getCamelContext, setCamelContextbuild, 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 KubernetesDnsSrvServiceDiscovery(KubernetesConfiguration configuration)
protected String computeQueryString(String serviceName)
serviceName - the service namepublic List<org.apache.camel.cloud.ServiceDefinition> getServices(String name)
getServices in interface org.apache.camel.cloud.ServiceDiscoverygetServices in class org.apache.camel.impl.cloud.DefaultServiceDiscoveryApache Camel