Uses of Class
io.fabric8.openclustermanagement.api.model.cluster.v1beta1.ClusterSelector
-
Packages that use ClusterSelector Package Description io.fabric8.openclustermanagement.api.model.cluster.v1beta1 -
-
Uses of ClusterSelector in io.fabric8.openclustermanagement.api.model.cluster.v1beta1
Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 that return ClusterSelector Modifier and Type Method Description ClusterSelectorClusterSelectorBuilder. build()ClusterSelectorDecisionGroupFluent. buildGroupClusterSelector()ClusterSelectorClusterPredicateFluent. buildRequiredClusterSelector()ClusterSelectorDecisionGroup. getGroupClusterSelector()ClusterSelectorClusterPredicate. getRequiredClusterSelector()Constructors in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with parameters of type ClusterSelector Constructor Description ClusterPredicate(ClusterSelector requiredClusterSelector)ClusterSelectorBuilder(ClusterSelector instance)ClusterSelectorBuilder(ClusterSelectorFluent<?> fluent, ClusterSelector instance)ClusterSelectorFluent(ClusterSelector instance)DecisionGroup(ClusterSelector groupClusterSelector, String groupName)
-