public class V1beta1SchedulingFluentImpl<A extends V1beta1SchedulingFluent<A>> extends BaseFluent<A> implements V1beta1SchedulingFluent<A>
V1beta1SchedulingFluent.TolerationsNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1beta1SchedulingFluentImpl() |
V1beta1SchedulingFluentImpl(io.kubernetes.client.openapi.models.V1beta1Scheduling instance) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1beta1SchedulingFluentImpl()
public V1beta1SchedulingFluentImpl(io.kubernetes.client.openapi.models.V1beta1Scheduling instance)
public A addToNodeSelector(String key, String value)
addToNodeSelector in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A addToNodeSelector(Map<String,String> map)
addToNodeSelector in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A removeFromNodeSelector(String key)
removeFromNodeSelector in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A removeFromNodeSelector(Map<String,String> map)
removeFromNodeSelector in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public Map<String,String> getNodeSelector()
getNodeSelector in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public <K,V> A withNodeSelector(Map<String,String> nodeSelector)
withNodeSelector in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public Boolean hasNodeSelector()
hasNodeSelector in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A addToTolerations(Integer index, io.kubernetes.client.openapi.models.V1Toleration item)
addToTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A setToTolerations(Integer index, io.kubernetes.client.openapi.models.V1Toleration item)
setToTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A addToTolerations(io.kubernetes.client.openapi.models.V1Toleration... items)
addToTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A addAllToTolerations(Collection<io.kubernetes.client.openapi.models.V1Toleration> items)
addAllToTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A removeFromTolerations(io.kubernetes.client.openapi.models.V1Toleration... items)
removeFromTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A removeAllFromTolerations(Collection<io.kubernetes.client.openapi.models.V1Toleration> items)
removeAllFromTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A removeMatchingFromTolerations(Predicate<V1TolerationBuilder> predicate)
removeMatchingFromTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1Toleration> getTolerations()
getTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public List<io.kubernetes.client.openapi.models.V1Toleration> buildTolerations()
buildTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public io.kubernetes.client.openapi.models.V1Toleration buildToleration(Integer index)
buildToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public io.kubernetes.client.openapi.models.V1Toleration buildFirstToleration()
buildFirstToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public io.kubernetes.client.openapi.models.V1Toleration buildLastToleration()
buildLastToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public io.kubernetes.client.openapi.models.V1Toleration buildMatchingToleration(Predicate<V1TolerationBuilder> predicate)
buildMatchingToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public Boolean hasMatchingToleration(Predicate<V1TolerationBuilder> predicate)
hasMatchingToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A withTolerations(List<io.kubernetes.client.openapi.models.V1Toleration> tolerations)
withTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public A withTolerations(io.kubernetes.client.openapi.models.V1Toleration... tolerations)
withTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public Boolean hasTolerations()
hasTolerations in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public V1beta1SchedulingFluent.TolerationsNested<A> addNewToleration()
addNewToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public V1beta1SchedulingFluent.TolerationsNested<A> addNewTolerationLike(io.kubernetes.client.openapi.models.V1Toleration item)
addNewTolerationLike in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public V1beta1SchedulingFluent.TolerationsNested<A> setNewTolerationLike(Integer index, io.kubernetes.client.openapi.models.V1Toleration item)
setNewTolerationLike in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public V1beta1SchedulingFluent.TolerationsNested<A> editToleration(Integer index)
editToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public V1beta1SchedulingFluent.TolerationsNested<A> editFirstToleration()
editFirstToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public V1beta1SchedulingFluent.TolerationsNested<A> editLastToleration()
editLastToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public V1beta1SchedulingFluent.TolerationsNested<A> editMatchingToleration(Predicate<V1TolerationBuilder> predicate)
editMatchingToleration in interface V1beta1SchedulingFluent<A extends V1beta1SchedulingFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1beta1SchedulingFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1beta1SchedulingFluent<A>>Copyright © 2022. All rights reserved.