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