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.V1DownwardAPIVolumeFile
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile
List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile>
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile
io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile
buildMatchingItem
(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) editMatchingItem
(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) boolean
List<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile>
getItems()
Deprecated.int
hashCode()
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:
getDefaultMode
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
withDefaultMode
- Specified by:
withDefaultMode
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
hasDefaultMode
- Specified by:
hasDefaultMode
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addToItems
public A addToItems(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) - Specified by:
addToItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
setToItems
public A setToItems(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) - Specified by:
setToItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addToItems
- Specified by:
addToItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) - Specified by:
addAllToItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
removeFromItems
- Specified by:
removeFromItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile> items) - Specified by:
removeAllFromItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
buildItem
- Specified by:
buildItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
buildFirstItem
public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildFirstItem()- Specified by:
buildFirstItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
buildLastItem
public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildLastItem()- Specified by:
buildLastItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
buildMatchingItem
public io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile buildMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) - Specified by:
buildMatchingItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
withItems
- Specified by:
withItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
withItems
- Specified by:
withItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
hasItems
- Specified by:
hasItems
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addNewItem
- Specified by:
addNewItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
addNewItemLike
public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) - Specified by:
addNewItemLike
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
setNewItemLike
public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1DownwardAPIVolumeFile item) - Specified by:
setNewItemLike
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
editItem
- Specified by:
editItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
editFirstItem
- Specified by:
editFirstItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
editLastItem
- Specified by:
editLastItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
editMatchingItem
public V1DownwardAPIVolumeSourceFluent.ItemsNested<A> editMatchingItem(Predicate<V1DownwardAPIVolumeFileBuilder> predicate) - Specified by:
editMatchingItem
in interfaceV1DownwardAPIVolumeSourceFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1DownwardAPIVolumeSourceFluent<A>>
-
toString
-