Package io.fabric8.kubernetes.api.model
Interface PortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.PortworxVolumeNested<N>,VolumeFluent.PortworxVolumeNested<N>,WatchEventFluent.PortworxVolumeSourceObjectNested<N>
- All Known Implementing Classes:
DoneablePortworxVolumeSource,PersistentVolumeSpecFluentImpl.PortworxVolumeNestedImpl,PortworxVolumeSourceBuilder,PortworxVolumeSourceFluentImpl,VolumeFluentImpl.PortworxVolumeNestedImpl,WatchEventFluentImpl.PortworxVolumeSourceObjectNestedImpl
public interface PortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getVolumeID
String getVolumeID() -
withVolumeID
-
hasVolumeID
Boolean hasVolumeID() -
withNewVolumeID
-
withNewVolumeID
-
withNewVolumeID
-