Package io.fabric8.kubernetes.api.model
Class DownwardAPIProjectionFluentImpl<A extends DownwardAPIProjectionFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.DownwardAPIProjectionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,DownwardAPIProjectionFluent<A>
- Direct Known Subclasses:
DoneableDownwardAPIProjection,DownwardAPIProjectionBuilder,VolumeProjectionFluentImpl.DownwardAPINestedImpl,WatchEventFluentImpl.DownwardAPIProjectionObjectNestedImpl
public class DownwardAPIProjectionFluentImpl<A extends DownwardAPIProjectionFluent<A>> extends BaseFluent<A> implements DownwardAPIProjectionFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDownwardAPIProjectionFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.DownwardAPIProjectionFluent
DownwardAPIProjectionFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DownwardAPIProjectionFluentImpl()DownwardAPIProjectionFluentImpl(DownwardAPIProjection instance) -
Method Summary
-
Constructor Details
-
DownwardAPIProjectionFluentImpl
public DownwardAPIProjectionFluentImpl() -
DownwardAPIProjectionFluentImpl
-
-
Method Details
-
addToItems
- Specified by:
addToItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
setToItems
- Specified by:
setToItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
addAllToItems
- Specified by:
addAllToItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
removeFromItems
- Specified by:
removeFromItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
removeAllFromItems
- Specified by:
removeAllFromItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
buildFirstItem
- Specified by:
buildFirstItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
buildLastItem
- Specified by:
buildLastItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
buildMatchingItem
- Specified by:
buildMatchingItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
addNewItemLike
- Specified by:
addNewItemLikein interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
setNewItemLike
public DownwardAPIProjectionFluent.ItemsNested<A> setNewItemLike(int index, DownwardAPIVolumeFile item)- Specified by:
setNewItemLikein interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
editItem
- Specified by:
editItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
editMatchingItem
public DownwardAPIProjectionFluent.ItemsNested<A> editMatchingItem(Predicate<DownwardAPIVolumeFileBuilder> predicate)- Specified by:
editMatchingItemin interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
equals
-