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
-
Constructor Summary
Constructors Constructor Description MetricAPIGroupClient()MetricAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) -
Method Summary
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, supportsApiPathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Constructor Details
-
MetricAPIGroupClient
- Throws:
KubernetesClientException
-
MetricAPIGroupClient
public MetricAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) throws KubernetesClientException- Throws:
KubernetesClientException
-
-
Method Details
-
pods
- Specified by:
podsin interfaceMetricAPIGroupDSL
-
nodes
- Specified by:
nodesin interfaceMetricAPIGroupDSL
-