Package io.fabric8.kubernetes.api.model
Interface DownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeProjectionFluent.DownwardAPINested<N>
,WatchEventFluent.DownwardAPIProjectionObjectNested<N>
- All Known Implementing Classes:
DoneableDownwardAPIProjection
,DownwardAPIProjectionBuilder
,DownwardAPIProjectionFluentImpl
,VolumeProjectionFluentImpl.DownwardAPINestedImpl
,WatchEventFluentImpl.DownwardAPIProjectionObjectNestedImpl
public interface DownwardAPIProjectionFluent<A extends DownwardAPIProjectionFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DownwardAPIProjectionFluent.ItemsNested<N>
-
Method Summary
-
Method Details
-
addToItems
-
setToItems
-
addToItems
-
addAllToItems
-
removeFromItems
-
removeAllFromItems
-
removeMatchingFromItems
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Returns:
- The buildable object.
-
buildItems
List<DownwardAPIVolumeFile> buildItems() -
buildItem
-
buildFirstItem
DownwardAPIVolumeFile buildFirstItem() -
buildLastItem
DownwardAPIVolumeFile buildLastItem() -
buildMatchingItem
-
hasMatchingItem
-
withItems
-
withItems
-
hasItems
Boolean hasItems() -
addNewItem
DownwardAPIProjectionFluent.ItemsNested<A> addNewItem() -
addNewItemLike
-
setNewItemLike
-
editItem
-
editFirstItem
DownwardAPIProjectionFluent.ItemsNested<A> editFirstItem() -
editLastItem
DownwardAPIProjectionFluent.ItemsNested<A> editLastItem() -
editMatchingItem
DownwardAPIProjectionFluent.ItemsNested<A> editMatchingItem(Predicate<DownwardAPIVolumeFileBuilder> predicate)
-