Package io.fabric8.kubernetes.api.model
Interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.NfsNested<N>,VolumeFluent.NfsNested<N>,WatchEventFluent.NFSVolumeSourceObjectNested<N>
- All Known Implementing Classes:
DoneableNFSVolumeSource,NFSVolumeSourceBuilder,NFSVolumeSourceFluentImpl,PersistentVolumeSpecFluentImpl.NfsNestedImpl,VolumeFluentImpl.NfsNestedImpl,WatchEventFluentImpl.NFSVolumeSourceObjectNestedImpl
public interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetPath()StringgetServer()BooleanhasPath()BooleanhasReadOnly()BooleanhasServer()BooleanisReadOnly()AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithNewServer(String arg1)AwithNewServer(StringBuffer arg1)AwithNewServer(StringBuilder arg1)AwithPath(String path)AwithReadOnly(Boolean readOnly)AwithServer(String server)
-
Method Details
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getServer
String getServer() -
withServer
-
hasServer
Boolean hasServer() -
withNewServer
-
withNewServer
-
withNewServer
-