public interface PlacementSpecFluent<A extends PlacementSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlacementSpecFluent.PredicatesNested<N> |
static interface |
PlacementSpecFluent.PrioritizerPolicyNested<N> |
A addAllToClusterSets(Collection<String> items)
A removeAllFromClusterSets(Collection<String> items)
String getClusterSet(int index)
String getFirstClusterSet()
String getLastClusterSet()
Boolean hasClusterSets()
Integer getNumberOfClusters()
Boolean hasNumberOfClusters()
A addToPredicates(int index, ClusterPredicate item)
A setToPredicates(int index, ClusterPredicate item)
A addToPredicates(ClusterPredicate... items)
A addAllToPredicates(Collection<ClusterPredicate> items)
A removeFromPredicates(ClusterPredicate... items)
A removeAllFromPredicates(Collection<ClusterPredicate> items)
A removeMatchingFromPredicates(Predicate<ClusterPredicateBuilder> predicate)
@Deprecated List<ClusterPredicate> getPredicates()
List<ClusterPredicate> buildPredicates()
ClusterPredicate buildPredicate(int index)
ClusterPredicate buildFirstPredicate()
ClusterPredicate buildLastPredicate()
ClusterPredicate buildMatchingPredicate(Predicate<ClusterPredicateBuilder> predicate)
Boolean hasMatchingPredicate(Predicate<ClusterPredicateBuilder> predicate)
A withPredicates(List<ClusterPredicate> predicates)
A withPredicates(ClusterPredicate... predicates)
Boolean hasPredicates()
PlacementSpecFluent.PredicatesNested<A> addNewPredicate()
PlacementSpecFluent.PredicatesNested<A> addNewPredicateLike(ClusterPredicate item)
PlacementSpecFluent.PredicatesNested<A> setNewPredicateLike(int index, ClusterPredicate item)
PlacementSpecFluent.PredicatesNested<A> editPredicate(int index)
PlacementSpecFluent.PredicatesNested<A> editFirstPredicate()
PlacementSpecFluent.PredicatesNested<A> editLastPredicate()
PlacementSpecFluent.PredicatesNested<A> editMatchingPredicate(Predicate<ClusterPredicateBuilder> predicate)
@Deprecated PrioritizerPolicy getPrioritizerPolicy()
PrioritizerPolicy buildPrioritizerPolicy()
A withPrioritizerPolicy(PrioritizerPolicy prioritizerPolicy)
Boolean hasPrioritizerPolicy()
PlacementSpecFluent.PrioritizerPolicyNested<A> withNewPrioritizerPolicy()
PlacementSpecFluent.PrioritizerPolicyNested<A> withNewPrioritizerPolicyLike(PrioritizerPolicy item)
PlacementSpecFluent.PrioritizerPolicyNested<A> editPrioritizerPolicy()
PlacementSpecFluent.PrioritizerPolicyNested<A> editOrNewPrioritizerPolicy()
PlacementSpecFluent.PrioritizerPolicyNested<A> editOrNewPrioritizerPolicyLike(PrioritizerPolicy item)
Copyright © 2015–2023 Red Hat. All rights reserved.