Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms.MatchExpressions
-
-
Uses of MatchExpressions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution that return MatchExpressions Modifier and Type Method Description MatchExpressionsNodeSelectorTermsFluent. buildFirstMatchExpression()MatchExpressionsNodeSelectorTermsFluent. buildLastMatchExpression()MatchExpressionsNodeSelectorTermsFluent. buildMatchExpression(int index)MatchExpressionsNodeSelectorTermsFluent. buildMatchingMatchExpression(Predicate<MatchExpressionsBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution that return types with arguments of type MatchExpressions Modifier and Type Method Description List<MatchExpressions>NodeSelectorTermsFluent. buildMatchExpressions()List<MatchExpressions>NodeSelectorTerms. getMatchExpressions()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution with parameters of type MatchExpressions Modifier and Type Method Description NodeSelectorTermsFluent.NodeselectortermsMatchExpressionsNested<A>NodeSelectorTermsFluent. addNewMatchExpressionLike(MatchExpressions item)ANodeSelectorTermsFluent. addToMatchExpressions(int index, MatchExpressions item)ANodeSelectorTermsFluent. addToMatchExpressions(MatchExpressions... items)ANodeSelectorTermsFluent. removeFromMatchExpressions(MatchExpressions... items)NodeSelectorTermsFluent.NodeselectortermsMatchExpressionsNested<A>NodeSelectorTermsFluent. setNewMatchExpressionLike(int index, MatchExpressions item)ANodeSelectorTermsFluent. setToMatchExpressions(int index, MatchExpressions item)ANodeSelectorTermsFluent. withMatchExpressions(MatchExpressions... matchExpressions)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution with type arguments of type MatchExpressions Modifier and Type Method Description ANodeSelectorTermsFluent. addAllToNodeselectortermsMatchExpressions(Collection<MatchExpressions> items)ANodeSelectorTermsFluent. removeAllFromNodeselectortermsMatchExpressions(Collection<MatchExpressions> items)voidNodeSelectorTerms. setMatchExpressions(List<MatchExpressions> matchExpressions)ANodeSelectorTermsFluent. withMatchExpressions(List<MatchExpressions> matchExpressions) -
Uses of MatchExpressions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms 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.requiredduringschedulingignoredduringexecution.nodeselectorterms 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)
-