Package io.fabric8.kubernetes.api.model
Class VolumeFluentImpl.DownwardAPINestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.DownwardAPIVolumeSourceFluentImpl<VolumeFluent.DownwardAPINested<N>>
-
- io.fabric8.kubernetes.api.model.VolumeFluentImpl.DownwardAPINestedImpl<N>
-
- All Implemented Interfaces:
Fluent<VolumeFluent.DownwardAPINested<N>>
,Nested<N>
,Visitable<VolumeFluent.DownwardAPINested<N>>
,DownwardAPIVolumeSourceFluent<VolumeFluent.DownwardAPINested<N>>
,VolumeFluent.DownwardAPINested<N>
- Enclosing class:
- VolumeFluentImpl<A extends VolumeFluent<A>>
public class VolumeFluentImpl.DownwardAPINestedImpl<N> extends DownwardAPIVolumeSourceFluentImpl<VolumeFluent.DownwardAPINested<N>> implements VolumeFluent.DownwardAPINested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.DownwardAPIVolumeSourceFluentImpl
DownwardAPIVolumeSourceFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.DownwardAPIVolumeSourceFluent
DownwardAPIVolumeSourceFluent.ItemsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endDownwardAPI()
-
Methods inherited from class io.fabric8.kubernetes.api.model.DownwardAPIVolumeSourceFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getDefaultMode, getItems, hasDefaultMode, hashCode, hasItems, hasMatchingItem, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withDefaultMode, withItems, withItems
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.DownwardAPIVolumeSourceFluent
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getDefaultMode, getItems, hasDefaultMode, hasItems, hasMatchingItem, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withDefaultMode, withItems, withItems
-
-
-
-
Method Detail
-
and
public N and()
-
endDownwardAPI
public N endDownwardAPI()
- Specified by:
endDownwardAPI
in interfaceVolumeFluent.DownwardAPINested<N>
-
-