Package io.fabric8.kubernetes.api.model
Class VolumeFluentImpl.ConfigMapNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ConfigMapVolumeSourceFluentImpl<VolumeFluent.ConfigMapNested<N>>
-
- io.fabric8.kubernetes.api.model.VolumeFluentImpl.ConfigMapNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<VolumeFluent.ConfigMapNested<N>>
,Nested<N>
,Visitable<VolumeFluent.ConfigMapNested<N>>
,ConfigMapVolumeSourceFluent<VolumeFluent.ConfigMapNested<N>>
,VolumeFluent.ConfigMapNested<N>
- Enclosing class:
- VolumeFluentImpl<A extends VolumeFluent<A>>
public class VolumeFluentImpl.ConfigMapNestedImpl<N> extends ConfigMapVolumeSourceFluentImpl<VolumeFluent.ConfigMapNested<N>> implements VolumeFluent.ConfigMapNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ConfigMapVolumeSourceFluentImpl
ConfigMapVolumeSourceFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ConfigMapVolumeSourceFluent
ConfigMapVolumeSourceFluent.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
endConfigMap()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ConfigMapVolumeSourceFluentImpl
addAllToItems, addNewItem, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getDefaultMode, getItems, getName, hasDefaultMode, hashCode, hasItems, hasMatchingItem, hasName, hasOptional, isOptional, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withDefaultMode, withItems, withItems, withName, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
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.ConfigMapVolumeSourceFluent
addAllToItems, addNewItem, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getDefaultMode, getItems, getName, hasDefaultMode, hasItems, hasMatchingItem, hasName, hasOptional, isOptional, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withDefaultMode, withItems, withItems, withName, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
-
-
-
Method Detail
-
and
public N and()
-
endConfigMap
public N endConfigMap()
- Specified by:
endConfigMap
in interfaceVolumeFluent.ConfigMapNested<N>
-
-