| Package | Description |
|---|---|
| io.fabric8.knative.internal.caching.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
Image |
ImageBuilder.build() |
Image |
ImageListFluent.buildFirstItem() |
Image |
ImageListFluent.buildItem(int index) |
Image |
ImageListFluent.buildLastItem() |
Image |
ImageListFluent.buildMatchingItem(Predicate<ImageBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
ImageListFluent.buildItems() |
List<Image> |
ImageList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
ImageListFluent.ItemsNested<A> |
ImageListFluent.addNewItemLike(Image item) |
A |
ImageListFluent.addToItems(Image... items) |
A |
ImageListFluent.addToItems(int index,
Image item) |
protected void |
ImageFluent.copyInstance(Image instance) |
A |
ImageListFluent.removeFromItems(Image... items) |
ImageListFluent.ItemsNested<A> |
ImageListFluent.setNewItemLike(int index,
Image item) |
A |
ImageListFluent.setToItems(int index,
Image item) |
A |
ImageListFluent.withItems(Image... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
ImageListFluent.addAllToItems(Collection<Image> items) |
A |
ImageListFluent.removeAllFromItems(Collection<Image> items) |
void |
ImageList.setItems(List<Image> items) |
A |
ImageListFluent.withItems(List<Image> items) |
| Constructor and Description |
|---|
ImageBuilder(Image instance) |
ImageBuilder(ImageFluent<?> fluent,
Image instance) |
ImageFluent(Image instance) |
| Constructor and Description |
|---|
ImageList(String apiVersion,
List<Image> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.