public interface KubernetesAPIService
| Modifier and Type | Field and Description |
|---|---|
static org.elasticsearch.common.settings.Setting<org.elasticsearch.common.unit.TimeValue> |
MAX_WAIT_SETTING |
static org.elasticsearch.common.settings.Setting<String> |
NAME_SPACE_SETTING |
static org.elasticsearch.common.settings.Setting<org.elasticsearch.common.unit.TimeValue> |
REFRESH_SETTING |
static org.elasticsearch.common.settings.Setting<Boolean> |
RETRY_SETTING |
static org.elasticsearch.common.settings.Setting<String> |
SERVICE_NAME_SETTING |
static String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.api.model.Endpoints |
endpoints()
Return a collection of IP addresses for the service endpoints
|
static final String VERSION
static final org.elasticsearch.common.settings.Setting<String> NAME_SPACE_SETTING
static final org.elasticsearch.common.settings.Setting<String> SERVICE_NAME_SETTING
static final org.elasticsearch.common.settings.Setting<org.elasticsearch.common.unit.TimeValue> REFRESH_SETTING
static final org.elasticsearch.common.settings.Setting<Boolean> RETRY_SETTING
static final org.elasticsearch.common.settings.Setting<org.elasticsearch.common.unit.TimeValue> MAX_WAIT_SETTING
Copyright © 2015-2017. All Rights Reserved.