Package io.fabric8.kubernetes.api.model
Interface VolumeFluent.NfsNested<N>
-
- All Superinterfaces:
Fluent<VolumeFluent.NfsNested<N>>
,Nested<N>
,NFSVolumeSourceFluent<VolumeFluent.NfsNested<N>>
- All Known Implementing Classes:
VolumeFluentImpl.NfsNestedImpl
- Enclosing interface:
- VolumeFluent<A extends VolumeFluent<A>>
public static interface VolumeFluent.NfsNested<N> extends Nested<N>, NFSVolumeSourceFluent<VolumeFluent.NfsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endNfs()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NFSVolumeSourceFluent
getPath, getServer, hasPath, hasReadOnly, hasServer, isReadOnly, withNewPath, withNewPath, withNewPath, withNewReadOnly, withNewReadOnly, withNewServer, withNewServer, withNewServer, withPath, withReadOnly, withServer
-
-