Package io.fabric8.kubernetes.api.model
Class VolumeFluentImpl.ProjectedNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ProjectedVolumeSourceFluentImpl<VolumeFluent.ProjectedNested<N>>
-
- io.fabric8.kubernetes.api.model.VolumeFluentImpl.ProjectedNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<VolumeFluent.ProjectedNested<N>>
,Nested<N>
,Visitable<VolumeFluent.ProjectedNested<N>>
,ProjectedVolumeSourceFluent<VolumeFluent.ProjectedNested<N>>
,VolumeFluent.ProjectedNested<N>
- Enclosing class:
- VolumeFluentImpl<A extends VolumeFluent<A>>
public class VolumeFluentImpl.ProjectedNestedImpl<N> extends ProjectedVolumeSourceFluentImpl<VolumeFluent.ProjectedNested<N>> implements VolumeFluent.ProjectedNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ProjectedVolumeSourceFluentImpl
ProjectedVolumeSourceFluentImpl.SourcesNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ProjectedVolumeSourceFluent
ProjectedVolumeSourceFluent.SourcesNested<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
endProjected()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ProjectedVolumeSourceFluentImpl
addAllToSources, addNewSource, addNewSourceLike, addToSources, addToSources, buildFirstSource, buildLastSource, buildMatchingSource, buildSource, buildSources, editFirstSource, editLastSource, editMatchingSource, editSource, equals, getDefaultMode, getSources, hasDefaultMode, hashCode, hasMatchingSource, hasSources, removeAllFromSources, removeFromSources, removeMatchingFromSources, setNewSourceLike, setToSources, withDefaultMode, withSources, withSources
-
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.ProjectedVolumeSourceFluent
addAllToSources, addNewSource, addNewSourceLike, addToSources, addToSources, buildFirstSource, buildLastSource, buildMatchingSource, buildSource, buildSources, editFirstSource, editLastSource, editMatchingSource, editSource, getDefaultMode, getSources, hasDefaultMode, hasMatchingSource, hasSources, removeAllFromSources, removeFromSources, removeMatchingFromSources, setNewSourceLike, setToSources, withDefaultMode, withSources, withSources
-
-
-
-
Method Detail
-
and
public N and()
-
endProjected
public N endProjected()
- Specified by:
endProjected
in interfaceVolumeFluent.ProjectedNested<N>
-
-