Package io.fabric8.kubernetes.client
Class MetricAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.kubernetes.client.MetricAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,MetricAPIGroupDSL,HttpClientAware,Closeable,AutoCloseable
public class MetricAPIGroupClient extends BaseClient implements MetricAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description MetricAPIGroupClient()MetricAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeMetricOperationsImplnodes()PodMetricOperationsImplpods()-
Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
-
-
-
Constructor Detail
-
MetricAPIGroupClient
public MetricAPIGroupClient()
-
MetricAPIGroupClient
public MetricAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
pods
public PodMetricOperationsImpl pods()
- Specified by:
podsin interfaceMetricAPIGroupDSL
-
nodes
public NodeMetricOperationsImpl nodes()
- Specified by:
nodesin interfaceMetricAPIGroupDSL
-
-