Uses of Interface
io.fabric8.kubernetes.client.dsl.MetricOperation
-
Packages that use MetricOperation Package Description io.fabric8.kubernetes.client.dsl -
-
Uses of MetricOperation in io.fabric8.kubernetes.client.dsl
Subinterfaces of MetricOperation in io.fabric8.kubernetes.client.dsl Modifier and Type Interface Description interfaceNodeMetricOperationinterfacePodMetricOperationMethods in io.fabric8.kubernetes.client.dsl that return MetricOperation Modifier and Type Method Description MetricOperation<T,L>MetricOperation. withLabels(Map<String,String> labels)Filter metrics via labels.MetricOperation<T,L>MetricOperation. withName(String name)
-