public static final class KubernetesServiceCallServerListStrategies.Client extends KubernetesServiceCallServerListStrategy
Constructor and Description |
---|
Client(KubernetesConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
addServers(List<org.apache.camel.spi.ServiceCallServer> servers,
io.fabric8.kubernetes.api.model.EndpointPort port,
io.fabric8.kubernetes.api.model.EndpointSubset subset) |
protected void |
doStart() |
protected void |
doStop() |
List<org.apache.camel.spi.ServiceCallServer> |
getUpdatedListOfServers(String name) |
String |
toString() |
getConfiguration, getNamespace, getPortName, newServer
getCamelContext, getInitialListOfServers, setCamelContext
public Client(KubernetesConfiguration configuration)
public List<org.apache.camel.spi.ServiceCallServer> getUpdatedListOfServers(String name)
getUpdatedListOfServers
in interface org.apache.camel.spi.ServiceCallServerListStrategy<org.apache.camel.spi.ServiceCallServer>
getUpdatedListOfServers
in class org.apache.camel.impl.remote.DefaultServiceCallServerListStrategy<org.apache.camel.spi.ServiceCallServer>
protected void addServers(List<org.apache.camel.spi.ServiceCallServer> servers, io.fabric8.kubernetes.api.model.EndpointPort port, io.fabric8.kubernetes.api.model.EndpointSubset subset)
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.remote.DefaultServiceCallServerListStrategy<org.apache.camel.spi.ServiceCallServer>
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.remote.DefaultServiceCallServerListStrategy<org.apache.camel.spi.ServiceCallServer>
Exception
public String toString()
toString
in class KubernetesServiceCallServerListStrategy
Apache Camel