Package io.fabric8.kubernetes.api.model
Interface GCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.GcePersistentDiskNested<N>,VolumeFluent.GcePersistentDiskNested<N>,WatchEventFluent.GCEPersistentDiskVolumeSourceObjectNested<N>
- All Known Implementing Classes:
DoneableGCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSourceBuilder,GCEPersistentDiskVolumeSourceFluentImpl,PersistentVolumeSpecFluentImpl.GcePersistentDiskNestedImpl,VolumeFluentImpl.GcePersistentDiskNestedImpl,WatchEventFluentImpl.GCEPersistentDiskVolumeSourceObjectNestedImpl
public interface GCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetFsType()IntegergetPartition()StringgetPdName()BooleanhasFsType()BooleanhasPartition()BooleanhasPdName()BooleanhasReadOnly()BooleanisReadOnly()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewPartition(int arg1)AwithNewPartition(String arg1)AwithNewPdName(String arg1)AwithNewPdName(StringBuffer arg1)AwithNewPdName(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithPartition(Integer partition)AwithPdName(String pdName)AwithReadOnly(Boolean readOnly)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
getPartition
Integer getPartition() -
withPartition
-
hasPartition
Boolean hasPartition() -
withNewPartition
-
withNewPartition
-
getPdName
String getPdName() -
withPdName
-
hasPdName
Boolean hasPdName() -
withNewPdName
-
withNewPdName
-
withNewPdName
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-