Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference.MatchExpressions
-
-
Uses of MatchExpressions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution that return MatchExpressions Modifier and Type Method Description MatchExpressionsPreferenceFluent. buildFirstMatchExpression()MatchExpressionsPreferenceFluent. buildLastMatchExpression()MatchExpressionsPreferenceFluent. buildMatchExpression(int index)MatchExpressionsPreferenceFluent. buildMatchingMatchExpression(Predicate<MatchExpressionsBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution that return types with arguments of type MatchExpressions Modifier and Type Method Description List<MatchExpressions>PreferenceFluent. buildMatchExpressions()List<MatchExpressions>Preference. getMatchExpressions()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution with parameters of type MatchExpressions Modifier and Type Method Description PreferenceFluent.SpecMatchExpressionsNested<A>PreferenceFluent. addNewMatchExpressionLike(MatchExpressions item)APreferenceFluent. addToMatchExpressions(int index, MatchExpressions item)APreferenceFluent. addToMatchExpressions(MatchExpressions... items)APreferenceFluent. removeFromMatchExpressions(MatchExpressions... items)PreferenceFluent.SpecMatchExpressionsNested<A>PreferenceFluent. setNewMatchExpressionLike(int index, MatchExpressions item)APreferenceFluent. setToMatchExpressions(int index, MatchExpressions item)APreferenceFluent. withMatchExpressions(MatchExpressions... matchExpressions)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution with type arguments of type MatchExpressions Modifier and Type Method Description APreferenceFluent. addAllToSpecMatchExpressions(Collection<MatchExpressions> items)APreferenceFluent. removeAllFromSpecMatchExpressions(Collection<MatchExpressions> items)voidPreference. setMatchExpressions(List<MatchExpressions> matchExpressions)APreferenceFluent. withMatchExpressions(List<MatchExpressions> matchExpressions) -
Uses of MatchExpressions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference that return MatchExpressions Modifier and Type Method Description MatchExpressionsMatchExpressionsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference with parameters of type MatchExpressions Constructor Description MatchExpressionsBuilder(MatchExpressions instance)MatchExpressionsBuilder(MatchExpressionsFluent<?> fluent, MatchExpressions instance)MatchExpressionsBuilder(MatchExpressionsFluent<?> fluent, MatchExpressions instance, Boolean validationEnabled)MatchExpressionsBuilder(MatchExpressions instance, Boolean validationEnabled)MatchExpressionsFluent(MatchExpressions instance)
-