public interface V1DownwardAPIProjectionFluent<A extends V1DownwardAPIProjectionFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1DownwardAPIProjectionFluent.ItemsNested<N> |
Modifier and Type | Method and Description |
---|---|
A |
addAllToItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) |
V1DownwardAPIProjectionFluent.ItemsNested<A> |
addNewItem() |
V1DownwardAPIProjectionFluent.ItemsNested<A> |
addNewItemLike(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) |
A |
addToItems(int index,
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) |
A |
addToItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items) |
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile |
buildFirstItem() |
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile |
buildItem(int index) |
List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> |
buildItems() |
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile |
buildLastItem() |
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile |
buildMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) |
V1DownwardAPIProjectionFluent.ItemsNested<A> |
editFirstItem() |
V1DownwardAPIProjectionFluent.ItemsNested<A> |
editItem(int index) |
V1DownwardAPIProjectionFluent.ItemsNested<A> |
editLastItem() |
V1DownwardAPIProjectionFluent.ItemsNested<A> |
editMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) |
List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> |
getItems()
Deprecated.
|
Boolean |
hasItems() |
Boolean |
hasMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) |
A |
removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) |
A |
removeFromItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items) |
A |
removeMatchingFromItems(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) |
V1DownwardAPIProjectionFluent.ItemsNested<A> |
setNewItemLike(int index,
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) |
A |
setToItems(int index,
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) |
A |
withItems(List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) |
A |
withItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items) |
A addToItems(int index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item)
A setToItems(int index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item)
A addToItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items)
A addAllToItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items)
A removeFromItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items)
A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items)
A removeMatchingFromItems(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> getItems()
List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> buildItems()
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildItem(int index)
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildFirstItem()
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildLastItem()
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
Boolean hasMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
A withItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items)
Boolean hasItems()
V1DownwardAPIProjectionFluent.ItemsNested<A> addNewItem()
V1DownwardAPIProjectionFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item)
V1DownwardAPIProjectionFluent.ItemsNested<A> setNewItemLike(int index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item)
V1DownwardAPIProjectionFluent.ItemsNested<A> editItem(int index)
V1DownwardAPIProjectionFluent.ItemsNested<A> editFirstItem()
V1DownwardAPIProjectionFluent.ItemsNested<A> editLastItem()
V1DownwardAPIProjectionFluent.ItemsNested<A> editMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
Copyright © 2021. All rights reserved.