| Package | Description |
|---|---|
| io.fabric8.istio.api.security.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
Condition |
ConditionBuilder.build() |
Condition |
RuleFluent.buildFirstWhen() |
Condition |
RuleFluent.buildLastWhen() |
Condition |
RuleFluent.buildMatchingWhen(Predicate<ConditionBuilder> predicate) |
Condition |
RuleFluent.buildWhen(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
RuleFluent.buildWhen() |
List<Condition> |
Rule.getWhen() |
| Modifier and Type | Method and Description |
|---|---|
RuleFluent.WhenNested<A> |
RuleFluent.addNewWhenLike(Condition item) |
A |
RuleFluent.addToWhen(Condition... items) |
A |
RuleFluent.addToWhen(int index,
Condition item) |
protected void |
ConditionFluent.copyInstance(Condition instance) |
A |
RuleFluent.removeFromWhen(Condition... items) |
RuleFluent.WhenNested<A> |
RuleFluent.setNewWhenLike(int index,
Condition item) |
A |
RuleFluent.setToWhen(int index,
Condition item) |
A |
RuleFluent.withWhen(Condition... when) |
| Modifier and Type | Method and Description |
|---|---|
A |
RuleFluent.addAllToWhen(Collection<Condition> items) |
A |
RuleFluent.removeAllFromWhen(Collection<Condition> items) |
void |
Rule.setWhen(List<Condition> when) |
A |
RuleFluent.withWhen(List<Condition> when) |
| Constructor and Description |
|---|
ConditionBuilder(Condition instance) |
ConditionBuilder(ConditionFluent<?> fluent,
Condition instance) |
ConditionFluent(Condition instance) |
| Constructor and Description |
|---|
Rule(List<RuleFrom> from,
List<RuleTo> to,
List<Condition> when) |
Copyright © 2015–2024 Red Hat. All rights reserved.