| Package | Description |
|---|---|
| me.snowdrop.istio.api.policy.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleBuilder.build() |
Rule |
RuleListFluent.buildFirstItem() |
Rule |
RuleListFluentImpl.buildFirstItem() |
Rule |
RuleListFluent.buildItem(int index) |
Rule |
RuleListFluentImpl.buildItem(int index) |
Rule |
RuleListFluent.buildLastItem() |
Rule |
RuleListFluentImpl.buildLastItem() |
Rule |
RuleListFluent.buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<RuleBuilder> predicate) |
Rule |
RuleListFluentImpl.buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<RuleBuilder> predicate) |
Rule |
DoneableRule.done() |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
RuleListFluent.buildItems() |
List<Rule> |
RuleListFluentImpl.buildItems() |
List<Rule> |
RuleListFluent.getItems()
Deprecated.
|
List<Rule> |
RuleListFluentImpl.getItems()
Deprecated.
|
List<Rule> |
RuleList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
RuleListFluent.ItemsNested<A> |
RuleListFluent.addNewItemLike(Rule item) |
RuleListFluent.ItemsNested<A> |
RuleListFluentImpl.addNewItemLike(Rule item) |
A |
RuleListFluent.addToItems(int index,
Rule item) |
A |
RuleListFluentImpl.addToItems(int index,
Rule item) |
A |
RuleListFluent.addToItems(Rule... items) |
A |
RuleListFluentImpl.addToItems(Rule... items) |
A |
RuleListFluent.removeFromItems(Rule... items) |
A |
RuleListFluentImpl.removeFromItems(Rule... items) |
RuleListFluent.ItemsNested<A> |
RuleListFluent.setNewItemLike(int index,
Rule item) |
RuleListFluent.ItemsNested<A> |
RuleListFluentImpl.setNewItemLike(int index,
Rule item) |
A |
RuleListFluent.setToItems(int index,
Rule item) |
A |
RuleListFluentImpl.setToItems(int index,
Rule item) |
A |
RuleListFluent.withItems(Rule... items) |
A |
RuleListFluentImpl.withItems(Rule... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
RuleListFluent.addAllToItems(Collection<Rule> items) |
A |
RuleListFluentImpl.addAllToItems(Collection<Rule> items) |
A |
RuleListFluent.removeAllFromItems(Collection<Rule> items) |
A |
RuleListFluentImpl.removeAllFromItems(Collection<Rule> items) |
void |
RuleList.setItems(List<Rule> items) |
A |
RuleListFluent.withItems(List<Rule> items) |
A |
RuleListFluentImpl.withItems(List<Rule> items) |
| Constructor and Description |
|---|
DoneableRule(Rule item) |
DoneableRule(Rule item,
io.fabric8.kubernetes.api.builder.Function<Rule,Rule> function) |
RuleBuilder(Rule instance) |
RuleBuilder(Rule instance,
Boolean validationEnabled) |
RuleBuilder(RuleFluent<?> fluent,
Rule instance) |
RuleBuilder(RuleFluent<?> fluent,
Rule instance,
Boolean validationEnabled) |
RuleBuilder(RuleFluent<?> fluent,
Rule instance,
javax.validation.Validator validator) |
RuleBuilder(Rule instance,
javax.validation.Validator validator) |
RuleFluentImpl(Rule instance) |
| Constructor and Description |
|---|
DoneableRule(io.fabric8.kubernetes.api.builder.Function<Rule,Rule> function) |
DoneableRule(io.fabric8.kubernetes.api.builder.Function<Rule,Rule> function) |
DoneableRule(Rule item,
io.fabric8.kubernetes.api.builder.Function<Rule,Rule> function) |
DoneableRule(Rule item,
io.fabric8.kubernetes.api.builder.Function<Rule,Rule> function) |
RuleList(String apiVersion,
List<Rule> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2017–2018 Red Hat. All rights reserved.