| Package | Description |
|---|---|
| me.snowdrop.istio.mixer.template.quota |
| Modifier and Type | Method and Description |
|---|---|
Quota |
QuotaBuilder.build() |
Quota |
QuotaListFluent.buildFirstItem() |
Quota |
QuotaListFluentImpl.buildFirstItem() |
Quota |
QuotaListFluent.buildItem(int index) |
Quota |
QuotaListFluentImpl.buildItem(int index) |
Quota |
QuotaListFluent.buildLastItem() |
Quota |
QuotaListFluentImpl.buildLastItem() |
Quota |
QuotaListFluent.buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate) |
Quota |
QuotaListFluentImpl.buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<QuotaBuilder> predicate) |
Quota |
DoneableQuota.done() |
| Modifier and Type | Method and Description |
|---|---|
List<Quota> |
QuotaListFluent.buildItems() |
List<Quota> |
QuotaListFluentImpl.buildItems() |
List<Quota> |
QuotaListFluent.getItems()
Deprecated.
|
List<Quota> |
QuotaListFluentImpl.getItems()
Deprecated.
|
List<Quota> |
QuotaList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
QuotaListFluent.ItemsNested<A> |
QuotaListFluent.addNewItemLike(Quota item) |
QuotaListFluent.ItemsNested<A> |
QuotaListFluentImpl.addNewItemLike(Quota item) |
A |
QuotaListFluent.addToItems(int index,
Quota item) |
A |
QuotaListFluentImpl.addToItems(int index,
Quota item) |
A |
QuotaListFluent.addToItems(Quota... items) |
A |
QuotaListFluentImpl.addToItems(Quota... items) |
A |
QuotaListFluent.removeFromItems(Quota... items) |
A |
QuotaListFluentImpl.removeFromItems(Quota... items) |
QuotaListFluent.ItemsNested<A> |
QuotaListFluent.setNewItemLike(int index,
Quota item) |
QuotaListFluent.ItemsNested<A> |
QuotaListFluentImpl.setNewItemLike(int index,
Quota item) |
A |
QuotaListFluent.setToItems(int index,
Quota item) |
A |
QuotaListFluentImpl.setToItems(int index,
Quota item) |
A |
QuotaListFluent.withItems(Quota... items) |
A |
QuotaListFluentImpl.withItems(Quota... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
QuotaListFluent.addAllToItems(Collection<Quota> items) |
A |
QuotaListFluentImpl.addAllToItems(Collection<Quota> items) |
A |
QuotaListFluent.removeAllFromItems(Collection<Quota> items) |
A |
QuotaListFluentImpl.removeAllFromItems(Collection<Quota> items) |
void |
QuotaList.setItems(List<Quota> items) |
A |
QuotaListFluent.withItems(List<Quota> items) |
A |
QuotaListFluentImpl.withItems(List<Quota> items) |
| Constructor and Description |
|---|
DoneableQuota(Quota item) |
DoneableQuota(Quota item,
io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
QuotaBuilder(Quota instance) |
QuotaBuilder(Quota instance,
Boolean validationEnabled) |
QuotaBuilder(QuotaFluent<?> fluent,
Quota instance) |
QuotaBuilder(QuotaFluent<?> fluent,
Quota instance,
Boolean validationEnabled) |
QuotaBuilder(QuotaFluent<?> fluent,
Quota instance,
javax.validation.Validator validator) |
QuotaBuilder(Quota instance,
javax.validation.Validator validator) |
QuotaFluentImpl(Quota instance) |
| Constructor and Description |
|---|
DoneableQuota(io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
DoneableQuota(io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
DoneableQuota(Quota item,
io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
DoneableQuota(Quota item,
io.fabric8.kubernetes.api.builder.Function<Quota,Quota> function) |
QuotaList(String apiVersion,
List<Quota> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2017–2018 Red Hat. All rights reserved.