Interface ContainerMetricsFluent<A extends ContainerMetricsFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PodMetricsFluent.ContainersNested<N>
- All Known Implementing Classes:
ContainerMetricsBuilder,ContainerMetricsFluentImpl,DoneableContainerMetrics,PodMetricsFluentImpl.ContainersNestedImpl
public interface ContainerMetricsFluent<A extends ContainerMetricsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description AaddToUsage(String key, io.fabric8.kubernetes.api.model.Quantity value)AaddToUsage(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)StringgetName()Map<String,io.fabric8.kubernetes.api.model.Quantity>getUsage()BooleanhasName()BooleanhasUsage()AremoveFromUsage(String key)AremoveFromUsage(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithUsage(Map<String,io.fabric8.kubernetes.api.model.Quantity> usage)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
addToUsage
-
addToUsage
-
removeFromUsage
-
removeFromUsage
-
getUsage
-
withUsage
-
hasUsage
Boolean hasUsage()
-