| Package | Description |
|---|---|
| io.fabric8.istio.api.security.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
RuleTo |
RuleToBuilder.build() |
RuleTo |
RuleFluentImpl.buildFirstTo() |
RuleTo |
RuleFluent.buildFirstTo() |
RuleTo |
RuleFluentImpl.buildLastTo() |
RuleTo |
RuleFluent.buildLastTo() |
RuleTo |
RuleFluentImpl.buildMatchingTo(Predicate<RuleToBuilder> predicate) |
RuleTo |
RuleFluent.buildMatchingTo(Predicate<RuleToBuilder> predicate) |
RuleTo |
RuleFluentImpl.buildTo(Integer index) |
RuleTo |
RuleFluent.buildTo(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleTo> |
RuleFluentImpl.buildTo() |
List<RuleTo> |
RuleFluent.buildTo() |
List<RuleTo> |
RuleFluentImpl.getTo()
Deprecated.
|
List<RuleTo> |
RuleFluent.getTo()
Deprecated.
|
List<RuleTo> |
Rule.getTo() |
| Modifier and Type | Method and Description |
|---|---|
RuleFluent.ToNested<A> |
RuleFluentImpl.addNewToLike(RuleTo item) |
RuleFluent.ToNested<A> |
RuleFluent.addNewToLike(RuleTo item) |
A |
RuleFluentImpl.addToTo(Integer index,
RuleTo item) |
A |
RuleFluent.addToTo(Integer index,
RuleTo item) |
A |
RuleFluentImpl.addToTo(RuleTo... items) |
A |
RuleFluent.addToTo(RuleTo... items) |
A |
RuleFluentImpl.removeFromTo(RuleTo... items) |
A |
RuleFluent.removeFromTo(RuleTo... items) |
RuleFluent.ToNested<A> |
RuleFluentImpl.setNewToLike(Integer index,
RuleTo item) |
RuleFluent.ToNested<A> |
RuleFluent.setNewToLike(Integer index,
RuleTo item) |
A |
RuleFluentImpl.setToTo(Integer index,
RuleTo item) |
A |
RuleFluent.setToTo(Integer index,
RuleTo item) |
A |
RuleFluentImpl.withTo(RuleTo... to) |
A |
RuleFluent.withTo(RuleTo... to) |
| Modifier and Type | Method and Description |
|---|---|
A |
RuleFluentImpl.addAllToTo(Collection<RuleTo> items) |
A |
RuleFluent.addAllToTo(Collection<RuleTo> items) |
A |
RuleFluentImpl.removeAllFromTo(Collection<RuleTo> items) |
A |
RuleFluent.removeAllFromTo(Collection<RuleTo> items) |
void |
Rule.setTo(List<RuleTo> to) |
A |
RuleFluentImpl.withTo(List<RuleTo> to) |
A |
RuleFluent.withTo(List<RuleTo> to) |
| Constructor and Description |
|---|
RuleToBuilder(RuleTo instance) |
RuleToBuilder(RuleTo instance,
Boolean validationEnabled) |
RuleToBuilder(RuleToFluent<?> fluent,
RuleTo instance) |
RuleToBuilder(RuleToFluent<?> fluent,
RuleTo instance,
Boolean validationEnabled) |
RuleToFluentImpl(RuleTo instance) |
| Constructor and Description |
|---|
Rule(List<RuleFrom> from,
List<RuleTo> to,
List<Condition> when) |
Copyright © 2015–2022 Red Hat. All rights reserved.