Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.PlacementRuleSpec
-
Packages that use PlacementRuleSpec Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of PlacementRuleSpec in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return PlacementRuleSpec Modifier and Type Method Description PlacementRuleSpecPlacementRuleSpecBuilder. build()PlacementRuleSpecPlacementRuleFluent. buildSpec()PlacementRuleSpecPlacementRule. getSpec()Methods in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type PlacementRuleSpec Modifier and Type Method Description protected voidPlacementRuleSpecFluent. copyInstance(PlacementRuleSpec instance)PlacementRuleFluent.SpecNested<A>PlacementRuleFluent. editOrNewSpecLike(PlacementRuleSpec item)voidPlacementRule. setSpec(PlacementRuleSpec spec)PlacementRuleFluent.SpecNested<A>PlacementRuleFluent. withNewSpecLike(PlacementRuleSpec item)APlacementRuleFluent. withSpec(PlacementRuleSpec spec)Constructors in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type PlacementRuleSpec Constructor Description PlacementRule(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PlacementRuleSpec spec, PlacementRuleStatus status)PlacementRuleSpecBuilder(PlacementRuleSpec instance)PlacementRuleSpecBuilder(PlacementRuleSpecFluent<?> fluent, PlacementRuleSpec instance)PlacementRuleSpecFluent(PlacementRuleSpec instance)
-