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:
PersistentVolumeSpecFluentImpl.PortworxVolumeNestedImpl,PortworxVolumeSourceBuilder,PortworxVolumeSourceFluentImpl,VolumeFluentImpl.PortworxVolumeNestedImpl,WatchEventFluentImpl.PortworxVolumeSourceObjectNestedImpl
public interface PortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
getVolumeID
String getVolumeID()
-
hasVolumeID
Boolean hasVolumeID()
-
withNewVolumeID
A withNewVolumeID(StringBuilder arg1)
-
withNewVolumeID
A withNewVolumeID(StringBuffer arg1)
-
-