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 boolean
equals(Object o)
String
getPath()
String
getServer()
Boolean
hasPath()
Boolean
hasReadOnly()
Boolean
hasServer()
Boolean
isReadOnly()
A
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withNewReadOnly(boolean arg1)
A
withNewReadOnly(String arg1)
A
withNewServer(String arg1)
A
withNewServer(StringBuffer arg1)
A
withNewServer(StringBuilder arg1)
A
withPath(String path)
A
withReadOnly(Boolean readOnly)
A
withServer(String server)
-
Constructor Details
-
NFSVolumeSourceFluentImpl
public NFSVolumeSourceFluentImpl() -
NFSVolumeSourceFluentImpl
-
-
Method Details
-
getPath
- Specified by:
getPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withPath
- Specified by:
withPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasPath
- Specified by:
hasPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
isReadOnly
- Specified by:
isReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
getServer
- Specified by:
getServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withServer
- Specified by:
withServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasServer
- Specified by:
hasServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
- Specified by:
withNewServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
- Specified by:
withNewServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
- Specified by:
withNewServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
equals
-