Interface V1DownwardAPIProjectionFluent<A extends V1DownwardAPIProjectionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1VolumeProjectionFluent.DownwardAPINested<N>
- All Known Implementing Classes:
V1DownwardAPIProjectionBuilder,V1DownwardAPIProjectionFluentImpl
public interface V1DownwardAPIProjectionFluent<A extends V1DownwardAPIProjectionFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionaddAllToItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) addNewItemLike(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) addToItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items) addToItems(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFileio.kubernetes.client.openapi.models.V1DownwardAPIVolumeFileList<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile>io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFileio.kubernetes.client.openapi.models.V1DownwardAPIVolumeFilebuildMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) editMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile>getItems()Deprecated.hasItems()hasMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) removeFromItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items) setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) setToItems(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) withItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items)
-
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<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> buildItems() -
buildItem
-
buildFirstItem
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildFirstItem() -
buildLastItem
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildLastItem() -
buildMatchingItem
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) -
hasMatchingItem
-
withItems
-
withItems
-
hasItems
Boolean hasItems() -
addNewItem
V1DownwardAPIProjectionFluent.ItemsNested<A> addNewItem() -
addNewItemLike
V1DownwardAPIProjectionFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) -
setNewItemLike
V1DownwardAPIProjectionFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) -
editItem
-
editFirstItem
V1DownwardAPIProjectionFluent.ItemsNested<A> editFirstItem() -
editLastItem
V1DownwardAPIProjectionFluent.ItemsNested<A> editLastItem() -
editMatchingItem
V1DownwardAPIProjectionFluent.ItemsNested<A> editMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
-