public class ExplicitFluentImpl<A extends ExplicitFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ExplicitFluent<A>
| Constructor and Description |
|---|
ExplicitFluentImpl() |
ExplicitFluentImpl(Explicit instance) |
| 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) |
boolean |
equals(Object o) |
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) |
public ExplicitFluentImpl()
public ExplicitFluentImpl(Explicit instance)
public A addToBounds(int index, Double item)
addToBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public A setToBounds(int index, Double item)
setToBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public A addToBounds(Double... items)
addToBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public A addAllToBounds(Collection<Double> items)
addAllToBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public A removeFromBounds(Double... items)
removeFromBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public A removeAllFromBounds(Collection<Double> items)
removeAllFromBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public List<Double> getBounds()
getBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public Double getBound(int index)
getBound in interface ExplicitFluent<A extends ExplicitFluent<A>>public Double getFirstBound()
getFirstBound in interface ExplicitFluent<A extends ExplicitFluent<A>>public Double getLastBound()
getLastBound in interface ExplicitFluent<A extends ExplicitFluent<A>>public Double getMatchingBound(io.fabric8.kubernetes.api.builder.Predicate<Double> predicate)
getMatchingBound in interface ExplicitFluent<A extends ExplicitFluent<A>>public A withBounds(List<Double> bounds)
withBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public A withBounds(Double... bounds)
withBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public Boolean hasBounds()
hasBounds in interface ExplicitFluent<A extends ExplicitFluent<A>>public A addNewBound(String arg1)
addNewBound in interface ExplicitFluent<A extends ExplicitFluent<A>>public A addNewBound(double arg1)
addNewBound in interface ExplicitFluent<A extends ExplicitFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.