public class V1DownwardAPIVolumeSourceFluentImpl<A extends V1DownwardAPIVolumeSourceFluent<A>> extends BaseFluent<A> implements V1DownwardAPIVolumeSourceFluent<A>
V1DownwardAPIVolumeSourceFluent.ItemsNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1DownwardAPIVolumeSourceFluentImpl() |
V1DownwardAPIVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) |
V1DownwardAPIVolumeSourceFluent.ItemsNested<A> |
addNewItem() |
V1DownwardAPIVolumeSourceFluent.ItemsNested<A> |
addNewItemLike(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) |
A |
addToItems(Integer 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(Integer 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) |
V1DownwardAPIVolumeSourceFluent.ItemsNested<A> |
editFirstItem() |
V1DownwardAPIVolumeSourceFluent.ItemsNested<A> |
editItem(Integer index) |
V1DownwardAPIVolumeSourceFluent.ItemsNested<A> |
editLastItem() |
V1DownwardAPIVolumeSourceFluent.ItemsNested<A> |
editMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) |
boolean |
equals(Object o) |
Integer |
getDefaultMode() |
List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> |
getItems()
Deprecated.
|
Boolean |
hasDefaultMode() |
int |
hashCode() |
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) |
V1DownwardAPIVolumeSourceFluent.ItemsNested<A> |
setNewItemLike(Integer index,
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) |
A |
setToItems(Integer index,
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) |
String |
toString() |
A |
withDefaultMode(Integer defaultMode) |
A |
withItems(List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) |
A |
withItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1DownwardAPIVolumeSourceFluentImpl()
public V1DownwardAPIVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeSource instance)
public Integer getDefaultMode()
getDefaultMode in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A withDefaultMode(Integer defaultMode)
withDefaultMode in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public Boolean hasDefaultMode()
hasDefaultMode in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A addToItems(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item)
addToItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A setToItems(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item)
setToItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A addToItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items)
addToItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A addAllToItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items)
addAllToItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A removeFromItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items)
removeFromItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items)
removeAllFromItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A removeMatchingFromItems(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
removeMatchingFromItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> getItems()
getItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> buildItems()
buildItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildItem(Integer index)
buildItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildFirstItem()
buildFirstItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildLastItem()
buildLastItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
buildMatchingItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public Boolean hasMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
hasMatchingItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A withItems(List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items)
withItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public A withItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items)
withItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public Boolean hasItems()
hasItems in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> addNewItem()
addNewItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item)
addNewItemLike in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item)
setNewItemLike in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> editItem(Integer index)
editItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> editLastItem()
editLastItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> editMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate)
editMatchingItem in interface V1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>Copyright © 2022. All rights reserved.