Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.TopologySpreadConstraint
-
Packages that use TopologySpreadConstraint Package Description io.fabric8.openshift.api.model.monitoring.v1 io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of TopologySpreadConstraint in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type TopologySpreadConstraint Modifier and Type Method Description List<TopologySpreadConstraint>CommonPrometheusFieldsFluent. buildTopologySpreadConstraints()List<TopologySpreadConstraint>PrometheusSpecFluent. buildTopologySpreadConstraints()List<TopologySpreadConstraint>CommonPrometheusFields. getTopologySpreadConstraints()Defines the pod's topology spread constraints if specified.List<TopologySpreadConstraint>PrometheusSpec. getTopologySpreadConstraints()Defines the pod's topology spread constraints if specified.Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type TopologySpreadConstraint Modifier and Type Method Description ACommonPrometheusFieldsFluent. addAllToTopologySpreadConstraints(Collection<TopologySpreadConstraint> items)APrometheusSpecFluent. addAllToTopologySpreadConstraints(Collection<TopologySpreadConstraint> items)ACommonPrometheusFieldsFluent. removeAllFromTopologySpreadConstraints(Collection<TopologySpreadConstraint> items)APrometheusSpecFluent. removeAllFromTopologySpreadConstraints(Collection<TopologySpreadConstraint> items)voidCommonPrometheusFields. setTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints)Defines the pod's topology spread constraints if specified.voidPrometheusSpec. setTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints)Defines the pod's topology spread constraints if specified.ACommonPrometheusFieldsFluent. withTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints)APrometheusSpecFluent. withTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type TopologySpreadConstraint Constructor Description TopologySpreadConstraintBuilder(TopologySpreadConstraint instance)TopologySpreadConstraintBuilder(TopologySpreadConstraintFluent<?> fluent, TopologySpreadConstraint instance)TopologySpreadConstraintFluent(TopologySpreadConstraint instance) -
Uses of TopologySpreadConstraint in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return TopologySpreadConstraint Modifier and Type Method Description TopologySpreadConstraintPrometheusAgentSpecFluent. buildFirstTopologySpreadConstraint()TopologySpreadConstraintPrometheusAgentSpecFluent. buildLastTopologySpreadConstraint()TopologySpreadConstraintPrometheusAgentSpecFluent. buildMatchingTopologySpreadConstraint(Predicate<TopologySpreadConstraintBuilder> predicate)TopologySpreadConstraintPrometheusAgentSpecFluent. buildTopologySpreadConstraint(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type TopologySpreadConstraint Modifier and Type Method Description List<TopologySpreadConstraint>PrometheusAgentSpecFluent. buildTopologySpreadConstraints()List<TopologySpreadConstraint>PrometheusAgentSpec. getTopologySpreadConstraints()Defines the pod's topology spread constraints if specified.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type TopologySpreadConstraint Modifier and Type Method Description PrometheusAgentSpecFluent.TopologySpreadConstraintsNested<A>PrometheusAgentSpecFluent. addNewTopologySpreadConstraintLike(TopologySpreadConstraint item)APrometheusAgentSpecFluent. addToTopologySpreadConstraints(int index, TopologySpreadConstraint item)APrometheusAgentSpecFluent. addToTopologySpreadConstraints(TopologySpreadConstraint... items)APrometheusAgentSpecFluent. removeFromTopologySpreadConstraints(TopologySpreadConstraint... items)PrometheusAgentSpecFluent.TopologySpreadConstraintsNested<A>PrometheusAgentSpecFluent. setNewTopologySpreadConstraintLike(int index, TopologySpreadConstraint item)APrometheusAgentSpecFluent. setToTopologySpreadConstraints(int index, TopologySpreadConstraint item)APrometheusAgentSpecFluent. withTopologySpreadConstraints(TopologySpreadConstraint... topologySpreadConstraints)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type TopologySpreadConstraint Modifier and Type Method Description APrometheusAgentSpecFluent. addAllToTopologySpreadConstraints(Collection<TopologySpreadConstraint> items)APrometheusAgentSpecFluent. removeAllFromTopologySpreadConstraints(Collection<TopologySpreadConstraint> items)voidPrometheusAgentSpec. setTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints)Defines the pod's topology spread constraints if specified.APrometheusAgentSpecFluent. withTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints)
-