public class MetricInfoFluentImpl<A extends MetricInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MetricInfoFluent<A>
| Constructor and Description |
|---|
MetricInfoFluentImpl() |
MetricInfoFluentImpl(MetricInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToLabelNames(Collection<String> items) |
A |
addToLabelNames(int index,
String item) |
A |
addToLabelNames(String... items) |
boolean |
equals(Object o) |
String |
getFirstLabelName() |
String |
getLabelName(int index) |
List<String> |
getLabelNames() |
String |
getLastLabelName() |
String |
getMatchingLabelName(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
Boolean |
hasLabelNames() |
A |
removeAllFromLabelNames(Collection<String> items) |
A |
removeFromLabelNames(String... items) |
A |
setToLabelNames(int index,
String item) |
A |
withLabelNames(List<String> labelNames) |
A |
withLabelNames(String... labelNames) |
public MetricInfoFluentImpl()
public MetricInfoFluentImpl(MetricInfo instance)
public A addToLabelNames(int index, String item)
addToLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A setToLabelNames(int index, String item)
setToLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A addToLabelNames(String... items)
addToLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A addAllToLabelNames(Collection<String> items)
addAllToLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A removeFromLabelNames(String... items)
removeFromLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A removeAllFromLabelNames(Collection<String> items)
removeAllFromLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public List<String> getLabelNames()
getLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public String getLabelName(int index)
getLabelName in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public String getFirstLabelName()
getFirstLabelName in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public String getLastLabelName()
getLastLabelName in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public String getMatchingLabelName(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingLabelName in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A withLabelNames(List<String> labelNames)
withLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A withLabelNames(String... labelNames)
withLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public Boolean hasLabelNames()
hasLabelNames in interface MetricInfoFluent<A extends MetricInfoFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.