public interface Client extends ConfigAware, Closeable
| Modifier and Type | Method and Description |
|---|---|
<C extends Client> |
adapt(Class<C> type) |
void |
close() |
String |
getApiVersion() |
com.ning.http.client.AsyncHttpClient |
getHttpClient() |
URL |
getMasterUrl() |
String |
getNamespace() |
io.fabric8.kubernetes.api.model.RootPaths |
rootPaths() |
<T> T |
unmarshal(InputStream is,
Class<T> type) |
getConfigurationURL getMasterUrl()
String getApiVersion()
String getNamespace()
com.ning.http.client.AsyncHttpClient getHttpClient()
io.fabric8.kubernetes.api.model.RootPaths rootPaths()
<T> T unmarshal(InputStream is, Class<T> type)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2015 Red Hat. All rights reserved.