public interface ExplicitFluent<A extends ExplicitFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToBounds(Collection<Double> items) |
A |
addNewBound(double arg1) |
A |
addNewBound(String arg1) |
A |
addToBounds(Double... items) |
A |
addToBounds(int index,
Double item) |
Double |
getBound(int index) |
List<Double> |
getBounds() |
Double |
getFirstBound() |
Double |
getLastBound() |
Double |
getMatchingBound(io.fabric8.kubernetes.api.builder.Predicate<Double> predicate) |
Boolean |
hasBounds() |
A |
removeAllFromBounds(Collection<Double> items) |
A |
removeFromBounds(Double... items) |
A |
setToBounds(int index,
Double item) |
A |
withBounds(Double... bounds) |
A |
withBounds(List<Double> bounds) |
A addAllToBounds(Collection<Double> items)
A removeAllFromBounds(Collection<Double> items)
Double getBound(int index)
Double getFirstBound()
Double getLastBound()
Double getMatchingBound(io.fabric8.kubernetes.api.builder.Predicate<Double> predicate)
Boolean hasBounds()
A addNewBound(double arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.