public class DNSNodePlacementFluentImpl<A extends DNSNodePlacementFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DNSNodePlacementFluent<A>
| Constructor and Description |
|---|
DNSNodePlacementFluentImpl() |
DNSNodePlacementFluentImpl(DNSNodePlacement instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items) |
A |
addNewToleration(String effect,
String key,
String operator,
Long tolerationSeconds,
String value) |
A |
addToNodeSelector(Map<String,String> map) |
A |
addToNodeSelector(String key,
String value) |
A |
addToTolerations(Integer index,
io.fabric8.kubernetes.api.model.Toleration item) |
A |
addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items) |
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.Toleration |
getFirstToleration() |
io.fabric8.kubernetes.api.model.Toleration |
getLastToleration() |
io.fabric8.kubernetes.api.model.Toleration |
getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate) |
Map<String,String> |
getNodeSelector() |
io.fabric8.kubernetes.api.model.Toleration |
getToleration(Integer index) |
List<io.fabric8.kubernetes.api.model.Toleration> |
getTolerations() |
int |
hashCode() |
Boolean |
hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate) |
Boolean |
hasNodeSelector() |
Boolean |
hasTolerations() |
A |
removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items) |
A |
removeFromNodeSelector(Map<String,String> map) |
A |
removeFromNodeSelector(String key) |
A |
removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items) |
A |
setToTolerations(Integer index,
io.fabric8.kubernetes.api.model.Toleration item) |
<K,V> A |
withNodeSelector(Map<String,String> nodeSelector) |
A |
withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations) |
A |
withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations) |
public DNSNodePlacementFluentImpl()
public DNSNodePlacementFluentImpl(DNSNodePlacement instance)
public A addToNodeSelector(String key, String value)
addToNodeSelector in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A addToNodeSelector(Map<String,String> map)
addToNodeSelector in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A removeFromNodeSelector(String key)
removeFromNodeSelector in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A removeFromNodeSelector(Map<String,String> map)
removeFromNodeSelector in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public Map<String,String> getNodeSelector()
getNodeSelector in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public <K,V> A withNodeSelector(Map<String,String> nodeSelector)
withNodeSelector in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public Boolean hasNodeSelector()
hasNodeSelector in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A addToTolerations(Integer index, io.fabric8.kubernetes.api.model.Toleration item)
addToTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A setToTolerations(Integer index, io.fabric8.kubernetes.api.model.Toleration item)
setToTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
addToTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
addAllToTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
removeFromTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
removeAllFromTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
getTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getToleration(Integer index)
getToleration in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
getFirstToleration in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getLastToleration()
getLastToleration in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
getMatchingToleration in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public Boolean hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
hasMatchingToleration in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
withTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
withTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public Boolean hasTolerations()
hasTolerations in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>public A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
addNewToleration in interface DNSNodePlacementFluent<A extends DNSNodePlacementFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.