public class KubernetesServerList
extends com.netflix.loadbalancer.AbstractServerList<com.netflix.loadbalancer.Server>
implements com.netflix.loadbalancer.ServerList<com.netflix.loadbalancer.Server>
| Constructor and Description |
|---|
KubernetesServerList(io.fabric8.kubernetes.client.KubernetesClient client) |
| Modifier and Type | Method and Description |
|---|---|
List<com.netflix.loadbalancer.Server> |
getInitialListOfServers() |
List<com.netflix.loadbalancer.Server> |
getUpdatedListOfServers() |
void |
initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig) |
public KubernetesServerList(io.fabric8.kubernetes.client.KubernetesClient client)
public void initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)
initWithNiwsConfig in interface com.netflix.client.IClientConfigAwarepublic List<com.netflix.loadbalancer.Server> getInitialListOfServers()
getInitialListOfServers in interface com.netflix.loadbalancer.ServerList<com.netflix.loadbalancer.Server>public List<com.netflix.loadbalancer.Server> getUpdatedListOfServers()
getUpdatedListOfServers in interface com.netflix.loadbalancer.ServerList<com.netflix.loadbalancer.Server>Copyright © 2016–2017 Red Hat. All rights reserved.