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 class
DownwardAPIProjectionFluentImpl.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:
addToItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
setToItems
- Specified by:
setToItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
addToItems
- Specified by:
addToItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
addAllToItems
- Specified by:
addAllToItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
removeFromItems
- Specified by:
removeFromItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
removeAllFromItems
- Specified by:
removeAllFromItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
buildItem
- Specified by:
buildItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
buildFirstItem
- Specified by:
buildFirstItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
buildLastItem
- Specified by:
buildLastItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
buildMatchingItem
- Specified by:
buildMatchingItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
withItems
- Specified by:
withItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
withItems
- Specified by:
withItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
hasItems
- Specified by:
hasItems
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
addNewItem
- Specified by:
addNewItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
addNewItemLike
- Specified by:
addNewItemLike
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
setNewItemLike
public DownwardAPIProjectionFluent.ItemsNested<A> setNewItemLike(int index, DownwardAPIVolumeFile item)- Specified by:
setNewItemLike
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
editItem
- Specified by:
editItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
editFirstItem
- Specified by:
editFirstItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
editLastItem
- Specified by:
editLastItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
editMatchingItem
public DownwardAPIProjectionFluent.ItemsNested<A> editMatchingItem(Predicate<DownwardAPIVolumeFileBuilder> predicate)- Specified by:
editMatchingItem
in interfaceDownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
-
equals
-