Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.TopologySpreadConstraints
-
-
Uses of TopologySpreadConstraints in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return TopologySpreadConstraints Modifier and Type Method Description TopologySpreadConstraintsSpecFluent. buildFirstTopologySpreadConstraint()TopologySpreadConstraintsSpecFluent. buildLastTopologySpreadConstraint()TopologySpreadConstraintsSpecFluent. buildMatchingTopologySpreadConstraint(Predicate<TopologySpreadConstraintsBuilder> predicate)TopologySpreadConstraintsSpecFluent. buildTopologySpreadConstraint(int index)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return types with arguments of type TopologySpreadConstraints Modifier and Type Method Description List<TopologySpreadConstraints>SpecFluent. buildTopologySpreadConstraints()List<TopologySpreadConstraints>Spec. getTopologySpreadConstraints()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with parameters of type TopologySpreadConstraints Modifier and Type Method Description SpecFluent.TopologySpreadConstraintsNested<A>SpecFluent. addNewTopologySpreadConstraintLike(TopologySpreadConstraints item)ASpecFluent. addToTopologySpreadConstraints(int index, TopologySpreadConstraints item)ASpecFluent. addToTopologySpreadConstraints(TopologySpreadConstraints... items)ASpecFluent. removeFromTopologySpreadConstraints(TopologySpreadConstraints... items)SpecFluent.TopologySpreadConstraintsNested<A>SpecFluent. setNewTopologySpreadConstraintLike(int index, TopologySpreadConstraints item)ASpecFluent. setToTopologySpreadConstraints(int index, TopologySpreadConstraints item)ASpecFluent. withTopologySpreadConstraints(TopologySpreadConstraints... topologySpreadConstraints)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with type arguments of type TopologySpreadConstraints Modifier and Type Method Description ASpecFluent. addAllToTopologySpreadConstraints(Collection<TopologySpreadConstraints> items)ASpecFluent. removeAllFromTopologySpreadConstraints(Collection<TopologySpreadConstraints> items)voidSpec. setTopologySpreadConstraints(List<TopologySpreadConstraints> topologySpreadConstraints)ASpecFluent. withTopologySpreadConstraints(List<TopologySpreadConstraints> topologySpreadConstraints) -
Uses of TopologySpreadConstraints in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec that return TopologySpreadConstraints Modifier and Type Method Description TopologySpreadConstraintsTopologySpreadConstraintsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type TopologySpreadConstraints Constructor Description TopologySpreadConstraintsBuilder(TopologySpreadConstraints instance)TopologySpreadConstraintsBuilder(TopologySpreadConstraintsFluent<?> fluent, TopologySpreadConstraints instance)TopologySpreadConstraintsBuilder(TopologySpreadConstraintsFluent<?> fluent, TopologySpreadConstraints instance, Boolean validationEnabled)TopologySpreadConstraintsBuilder(TopologySpreadConstraints instance, Boolean validationEnabled)TopologySpreadConstraintsFluent(TopologySpreadConstraints instance)
-