Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector.MatchExpressions
-
-
Uses of MatchExpressions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec that return MatchExpressions Modifier and Type Method Description MatchExpressionsSelectorFluent. buildFirstMatchExpression()MatchExpressionsSelectorFluent. buildLastMatchExpression()MatchExpressionsSelectorFluent. buildMatchExpression(int index)MatchExpressionsSelectorFluent. buildMatchingMatchExpression(Predicate<MatchExpressionsBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec that return types with arguments of type MatchExpressions Modifier and Type Method Description List<MatchExpressions>SelectorFluent. buildMatchExpressions()List<MatchExpressions>Selector. getMatchExpressions()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec with parameters of type MatchExpressions Modifier and Type Method Description SelectorFluent.SelectorMatchExpressionsNested<A>SelectorFluent. addNewMatchExpressionLike(MatchExpressions item)ASelectorFluent. addToMatchExpressions(int index, MatchExpressions item)ASelectorFluent. addToMatchExpressions(MatchExpressions... items)ASelectorFluent. removeFromMatchExpressions(MatchExpressions... items)SelectorFluent.SelectorMatchExpressionsNested<A>SelectorFluent. setNewMatchExpressionLike(int index, MatchExpressions item)ASelectorFluent. setToMatchExpressions(int index, MatchExpressions item)ASelectorFluent. withMatchExpressions(MatchExpressions... matchExpressions)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec with type arguments of type MatchExpressions Modifier and Type Method Description ASelectorFluent. addAllToSelectorMatchExpressions(Collection<MatchExpressions> items)ASelectorFluent. removeAllFromSelectorMatchExpressions(Collection<MatchExpressions> items)voidSelector. setMatchExpressions(List<MatchExpressions> matchExpressions)ASelectorFluent. withMatchExpressions(List<MatchExpressions> matchExpressions) -
Uses of MatchExpressions in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector that return MatchExpressions Modifier and Type Method Description MatchExpressionsMatchExpressionsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector 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)
-