Package io.fabric8.openshift.api.model
Class ImageListFluentImpl<A extends ImageListFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ImageListFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ImageListFluent<A>
- Direct Known Subclasses:
DoneableImageList,ImageListBuilder
public class ImageListFluentImpl<A extends ImageListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageListFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classImageListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ImageListFluent
ImageListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description ImageListFluentImpl()ImageListFluentImpl(ImageList instance) -
Method Summary
-
Constructor Details
-
ImageListFluentImpl
public ImageListFluentImpl() -
ImageListFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceImageListFluent<A extends ImageListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceImageListFluent<A extends ImageListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
setToItems
- Specified by:
setToItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
addAllToItems
- Specified by:
addAllToItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
removeFromItems
- Specified by:
removeFromItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
removeAllFromItems
- Specified by:
removeAllFromItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<ImageBuilder> predicate)- Specified by:
removeMatchingFromItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceImageListFluent<A extends ImageListFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
buildFirstItem
- Specified by:
buildFirstItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
buildLastItem
- Specified by:
buildLastItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
buildMatchingItem
public Image buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ImageBuilder> predicate)- Specified by:
buildMatchingItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ImageBuilder> predicate)- Specified by:
hasMatchingItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceImageListFluent<A extends ImageListFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
addNewItemLike
- Specified by:
addNewItemLikein interfaceImageListFluent<A extends ImageListFluent<A>>
-
setNewItemLike
- Specified by:
setNewItemLikein interfaceImageListFluent<A extends ImageListFluent<A>>
-
editItem
- Specified by:
editItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
editMatchingItem
public ImageListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ImageBuilder> predicate)- Specified by:
editMatchingItemin interfaceImageListFluent<A extends ImageListFluent<A>>
-
getKind
- Specified by:
getKindin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withKind
- Specified by:
withKindin interfaceImageListFluent<A extends ImageListFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceImageListFluent<A extends ImageListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceImageListFluent<A extends ImageListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()- Specified by:
getMetadatain interfaceImageListFluent<A extends ImageListFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceImageListFluent<A extends ImageListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceImageListFluent<A extends ImageListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)- Specified by:
withNewMetadatain interfaceImageListFluent<A extends ImageListFluent<A>>
-
equals
-