Package io.fabric8.kubernetes.client.dsl
Interface MetricAPIGroupDSL
- All Superinterfaces:
AutoCloseable,Client,Closeable,ConfigAware
- All Known Implementing Classes:
MetricAPIGroupClient
public interface MetricAPIGroupDSL extends Client
-
Method Summary
Modifier and Type Method Description NodeMetricOperationsImplnodes()PodMetricOperationsImplpods()Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Method Details
-
pods
PodMetricOperationsImpl pods() -
nodes
NodeMetricOperationsImpl nodes()
-