Package io.fabric8.kubernetes.api.model
Class PortworxVolumeSourceFluentImpl<A extends PortworxVolumeSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PortworxVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PortworxVolumeSourceFluent<A>
- Direct Known Subclasses:
DoneablePortworxVolumeSource,PersistentVolumeSpecFluentImpl.PortworxVolumeNestedImpl,PortworxVolumeSourceBuilder,VolumeFluentImpl.PortworxVolumeNestedImpl,WatchEventFluentImpl.PortworxVolumeSourceObjectNestedImpl
public class PortworxVolumeSourceFluentImpl<A extends PortworxVolumeSourceFluent<A>> extends BaseFluent<A> implements PortworxVolumeSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PortworxVolumeSourceFluentImpl()PortworxVolumeSourceFluentImpl(PortworxVolumeSource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetFsType()StringgetVolumeID()BooleanhasFsType()BooleanhasReadOnly()BooleanhasVolumeID()BooleanisReadOnly()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithNewVolumeID(String arg1)AwithNewVolumeID(StringBuffer arg1)AwithNewVolumeID(StringBuilder arg1)AwithReadOnly(Boolean readOnly)AwithVolumeID(String volumeID)
-
Constructor Details
-
PortworxVolumeSourceFluentImpl
public PortworxVolumeSourceFluentImpl() -
PortworxVolumeSourceFluentImpl
-
-
Method Details
-
getFsType
- Specified by:
getFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
isReadOnly
- Specified by:
isReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
getVolumeID
- Specified by:
getVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withVolumeID
- Specified by:
withVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
hasVolumeID
- Specified by:
hasVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewVolumeID
- Specified by:
withNewVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewVolumeID
- Specified by:
withNewVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewVolumeID
- Specified by:
withNewVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
equals
-