public interface MetricInfoFluent<A extends MetricInfoFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToLabelNames(Collection<String> items) |
A |
addToLabelNames(int index,
String item) |
A |
addToLabelNames(String... items) |
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) |
A addAllToLabelNames(Collection<String> items)
A removeAllFromLabelNames(Collection<String> items)
String getLabelName(int index)
String getFirstLabelName()
String getLastLabelName()
String getMatchingLabelName(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasLabelNames()
Copyright © 2017–2018 Red Hat. All rights reserved.