Class PodMetricOperationsImpl
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.base.OperationSupport
-
- io.fabric8.kubernetes.client.dsl.internal.PodMetricOperationsImpl
-
public class PodMetricOperationsImpl extends OperationSupport
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
apiGroupName, apiGroupVersion, client, config, context, dryRun, JSON, JSON_MAPPER, JSON_PATCH, name, namespace, resourceT, STRATEGIC_MERGE_JSON_PATCH, YAML_MAPPER
-
-
Constructor Summary
Constructors Constructor Description PodMetricOperationsImpl(okhttp3.OkHttpClient client, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.kubernetes.api.model.metrics.v1beta1.PodMetricsListmetrics()io.fabric8.kubernetes.api.model.metrics.v1beta1.PodMetricsListmetrics(String namespace)io.fabric8.kubernetes.api.model.metrics.v1beta1.PodMetricsmetrics(String namespace, String podName)-
Methods inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
assertResponseCode, checkName, checkNamespace, createStatus, createStatus, getAPIGroup, getAPIVersion, getConfig, getName, getNamespace, getNamespacedUrl, getNamespacedUrl, getNamespacedUrl, getObjectValueAsMap, getResourceT, getResourceUrl, getResourceUrl, getResourceURLForWriteOperation, getRootUrl, handleCreate, handleDelete, handleDelete, handleDeploymentRollback, handleGet, handleGet, handleMetric, handlePatch, handlePatch, handleReplace, handleReplace, handleResponse, handleResponse, handleResponse, handleResponse, handleScale, handleStatusUpdate, isResourceNamespaced, requestException, requestFailure, unmarshal, unmarshal, unmarshal
-
-
-
-
Constructor Detail
-
PodMetricOperationsImpl
public PodMetricOperationsImpl(okhttp3.OkHttpClient client, Config config)
-
-
Method Detail
-
metrics
public io.fabric8.kubernetes.api.model.metrics.v1beta1.PodMetrics metrics(String namespace, String podName)
-
metrics
public io.fabric8.kubernetes.api.model.metrics.v1beta1.PodMetricsList metrics()
-
metrics
public io.fabric8.kubernetes.api.model.metrics.v1beta1.PodMetricsList metrics(String namespace)
-
-