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:
NFSVolumeSourceBuilder
,PersistentVolumeSpecFluentImpl.NfsNestedImpl
,VolumeFluentImpl.NfsNestedImpl
,WatchEventFluentImpl.NFSVolumeSourceObjectNestedImpl
public class NFSVolumeSourceFluentImpl<A extends NFSVolumeSourceFluent<A>> extends BaseFluent<A> implements NFSVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NFSVolumeSourceFluentImpl()
NFSVolumeSourceFluentImpl(NFSVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getPath()
String
getServer()
int
hashCode()
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 Detail
-
NFSVolumeSourceFluentImpl
public NFSVolumeSourceFluentImpl()
-
NFSVolumeSourceFluentImpl
public NFSVolumeSourceFluentImpl(NFSVolumeSource instance)
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPath
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
getServer
public String getServer()
- Specified by:
getServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withServer
public A withServer(String server)
- Specified by:
withServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasServer
public Boolean hasServer()
- Specified by:
hasServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
public A withNewServer(String arg1)
- Specified by:
withNewServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
public A withNewServer(StringBuilder arg1)
- Specified by:
withNewServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
public A withNewServer(StringBuffer arg1)
- Specified by:
withNewServer
in interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
-