Class V1DownwardAPIVolumeSourceFluentImpl<A extends V1DownwardAPIVolumeSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1DownwardAPIVolumeSourceFluent<A>
- Direct Known Subclasses:
V1DownwardAPIVolumeSourceBuilder
public class V1DownwardAPIVolumeSourceFluentImpl<A extends V1DownwardAPIVolumeSourceFluent<A>>
extends BaseFluent<A>
implements V1DownwardAPIVolumeSourceFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1DownwardAPIVolumeSourceFluent
V1DownwardAPIVolumeSourceFluent.ItemsNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1DownwardAPIVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeSource instance) -
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) booleanList<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile>getItems()Deprecated.inthashCode()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) toString()withDefaultMode(Integer defaultMode) withItems(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile... items) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1DownwardAPIVolumeSourceFluentImpl
public V1DownwardAPIVolumeSourceFluentImpl() -
V1DownwardAPIVolumeSourceFluentImpl
public V1DownwardAPIVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeSource instance)
-
-
Method Details
-
getDefaultMode
- Specified by:
getDefaultModein interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
withDefaultMode
- Specified by:
withDefaultModein interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
hasDefaultMode
- Specified by:
hasDefaultModein interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addToItems
public A addToItems(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) - Specified by:
addToItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
setToItems
public A setToItems(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) - Specified by:
setToItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) - Specified by:
addAllToItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
removeFromItems
- Specified by:
removeFromItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) - Specified by:
removeAllFromItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
buildFirstItem
public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildFirstItem()- Specified by:
buildFirstItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
buildLastItem
public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildLastItem()- Specified by:
buildLastItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
buildMatchingItem
public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) - Specified by:
buildMatchingItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addNewItemLike
public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) - Specified by:
addNewItemLikein interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
setNewItemLike
public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) - Specified by:
setNewItemLikein interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
editItem
- Specified by:
editItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
editMatchingItem
public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> editMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) - Specified by:
editMatchingItemin interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
toString
-