Package io.fabric8.kubernetes.api.model
Interface PersistentVolumeSpecFluent.NfsNested<N>
-
- All Superinterfaces:
Fluent<PersistentVolumeSpecFluent.NfsNested<N>>
,Nested<N>
,NFSVolumeSourceFluent<PersistentVolumeSpecFluent.NfsNested<N>>
- All Known Implementing Classes:
PersistentVolumeSpecFluentImpl.NfsNestedImpl
- Enclosing interface:
- PersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
public static interface PersistentVolumeSpecFluent.NfsNested<N> extends Nested<N>, NFSVolumeSourceFluent<PersistentVolumeSpecFluent.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
-
-