public interface KubernetesAPIService extends org.elasticsearch.common.component.LifecycleComponent<KubernetesAPIService>
| Modifier and Type | Interface and Description |
|---|---|
static class |
KubernetesAPIService.Fields |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.api.model.Endpoints |
endpoints()
Return a collection of IP addresses for the service endpoints
|
List<io.fabric8.kubernetes.api.model.Pod> |
pods()
Return a collection of pods with specific label
|
io.fabric8.kubernetes.api.model.Endpoints endpoints()
List<io.fabric8.kubernetes.api.model.Pod> pods()
Copyright © 2015-2017. All Rights Reserved.