Uses of Class
io.fabric8.openclustermanagement.api.model.cluster.v1beta1.ClusterPredicate
-
Packages that use ClusterPredicate Package Description io.fabric8.openclustermanagement.api.model.cluster.v1beta1 -
-
Uses of ClusterPredicate in io.fabric8.openclustermanagement.api.model.cluster.v1beta1
Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 that return ClusterPredicate Modifier and Type Method Description ClusterPredicateClusterPredicateBuilder. build()ClusterPredicatePlacementSpecFluent. buildFirstPredicate()ClusterPredicatePlacementSpecFluent. buildLastPredicate()ClusterPredicatePlacementSpecFluent. buildMatchingPredicate(Predicate<ClusterPredicateBuilder> predicate)ClusterPredicatePlacementSpecFluent. buildPredicate(int index)Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 that return types with arguments of type ClusterPredicate Modifier and Type Method Description List<ClusterPredicate>PlacementSpecFluent. buildPredicates()List<ClusterPredicate>PlacementSpec. getPredicates()Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with parameters of type ClusterPredicate Modifier and Type Method Description PlacementSpecFluent.PredicatesNested<A>PlacementSpecFluent. addNewPredicateLike(ClusterPredicate item)APlacementSpecFluent. addToPredicates(int index, ClusterPredicate item)APlacementSpecFluent. addToPredicates(ClusterPredicate... items)protected voidClusterPredicateFluent. copyInstance(ClusterPredicate instance)APlacementSpecFluent. removeFromPredicates(ClusterPredicate... items)PlacementSpecFluent.PredicatesNested<A>PlacementSpecFluent. setNewPredicateLike(int index, ClusterPredicate item)APlacementSpecFluent. setToPredicates(int index, ClusterPredicate item)APlacementSpecFluent. withPredicates(ClusterPredicate... predicates)Method parameters in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with type arguments of type ClusterPredicate Modifier and Type Method Description APlacementSpecFluent. addAllToPredicates(Collection<ClusterPredicate> items)APlacementSpecFluent. removeAllFromPredicates(Collection<ClusterPredicate> items)voidPlacementSpec. setPredicates(List<ClusterPredicate> predicates)APlacementSpecFluent. withPredicates(List<ClusterPredicate> predicates)Constructors in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with parameters of type ClusterPredicate Constructor Description ClusterPredicateBuilder(ClusterPredicate instance)ClusterPredicateBuilder(ClusterPredicateFluent<?> fluent, ClusterPredicate instance)ClusterPredicateFluent(ClusterPredicate instance)
-