public abstract class KubernetesServiceCallServerListStrategy
extends org.apache.camel.impl.remote.DefaultServiceCallServerListStrategy<org.apache.camel.spi.ServiceCallServer>
Constructor and Description |
---|
KubernetesServiceCallServerListStrategy(KubernetesConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected KubernetesConfiguration |
getConfiguration() |
String |
getNamespace() |
String |
getPortName() |
protected org.apache.camel.spi.ServiceCallServer |
newServer(io.fabric8.kubernetes.api.model.EndpointAddress address,
io.fabric8.kubernetes.api.model.EndpointPort port) |
String |
toString() |
doStart, doStop, getCamelContext, getInitialListOfServers, getUpdatedListOfServers, setCamelContext
public KubernetesServiceCallServerListStrategy(KubernetesConfiguration configuration)
protected org.apache.camel.spi.ServiceCallServer newServer(io.fabric8.kubernetes.api.model.EndpointAddress address, io.fabric8.kubernetes.api.model.EndpointPort port)
protected KubernetesConfiguration getConfiguration()
public String getNamespace()
public String getPortName()
Apache Camel