public class PodSchedulingSpecFluentImpl<A extends PodSchedulingSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PodSchedulingSpecFluent<A>
| Constructor and Description |
|---|
PodSchedulingSpecFluentImpl() |
PodSchedulingSpecFluentImpl(PodSchedulingSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PodSchedulingSpecFluentImpl()
public PodSchedulingSpecFluentImpl(PodSchedulingSpec instance)
public A addToPotentialNodes(Integer index, String item)
addToPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A setToPotentialNodes(Integer index, String item)
setToPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A addToPotentialNodes(String... items)
addToPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A addAllToPotentialNodes(Collection<String> items)
addAllToPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A removeFromPotentialNodes(String... items)
removeFromPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A removeAllFromPotentialNodes(Collection<String> items)
removeAllFromPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public List<String> getPotentialNodes()
getPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public String getPotentialNode(Integer index)
getPotentialNode in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public String getFirstPotentialNode()
getFirstPotentialNode in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public String getLastPotentialNode()
getLastPotentialNode in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public String getMatchingPotentialNode(Predicate<String> predicate)
getMatchingPotentialNode in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public Boolean hasMatchingPotentialNode(Predicate<String> predicate)
hasMatchingPotentialNode in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A withPotentialNodes(List<String> potentialNodes)
withPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A withPotentialNodes(String... potentialNodes)
withPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public Boolean hasPotentialNodes()
hasPotentialNodes in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public String getSelectedNode()
getSelectedNode in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A withSelectedNode(String selectedNode)
withSelectedNode in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public Boolean hasSelectedNode()
hasSelectedNode in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PodSchedulingSpecFluent<A extends PodSchedulingSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PodSchedulingSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PodSchedulingSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.