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