Package io.fabric8.kubernetes.api.model
Class NFSVolumeSourceFluentImpl<A extends NFSVolumeSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NFSVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,NFSVolumeSourceFluent<A>
- Direct Known Subclasses:
DoneableNFSVolumeSource,NFSVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.NfsNestedImpl,VolumeFluentImpl.NfsNestedImpl,WatchEventFluentImpl.NFSVolumeSourceObjectNestedImpl
public class NFSVolumeSourceFluentImpl<A extends NFSVolumeSourceFluent<A>> extends BaseFluent<A> implements NFSVolumeSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NFSVolumeSourceFluentImpl()NFSVolumeSourceFluentImpl(NFSVolumeSource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
NFSVolumeSourceFluentImpl
public NFSVolumeSourceFluentImpl() -
NFSVolumeSourceFluentImpl
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withPath
- Specified by:
withPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
isReadOnly
- Specified by:
isReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
getServer
- Specified by:
getServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withServer
- Specified by:
withServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasServer
- Specified by:
hasServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
- Specified by:
withNewServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
- Specified by:
withNewServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
- Specified by:
withNewServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
equals
-