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:
GCEPersistentDiskVolumeSourceBuilder
,GCEPersistentDiskVolumeSourceFluentImpl
,PersistentVolumeSpecFluentImpl.GcePersistentDiskNestedImpl
,VolumeFluentImpl.GcePersistentDiskNestedImpl
,WatchEventFluentImpl.GCEPersistentDiskVolumeSourceObjectNestedImpl
public interface GCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFsType()
Integer
getPartition()
String
getPdName()
Boolean
hasFsType()
Boolean
hasPartition()
Boolean
hasPdName()
Boolean
hasReadOnly()
Boolean
isReadOnly()
A
withFsType(String fsType)
A
withNewFsType(String arg1)
A
withNewFsType(StringBuffer arg1)
A
withNewFsType(StringBuilder arg1)
A
withNewPdName(String arg1)
A
withNewPdName(StringBuffer arg1)
A
withNewPdName(StringBuilder arg1)
A
withNewReadOnly(boolean arg1)
A
withNewReadOnly(String arg1)
A
withPartition(Integer partition)
A
withPdName(String pdName)
A
withReadOnly(Boolean readOnly)
-
-
-
Method Detail
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
getPartition
Integer getPartition()
-
hasPartition
Boolean hasPartition()
-
getPdName
String getPdName()
-
hasPdName
Boolean hasPdName()
-
withNewPdName
A withNewPdName(StringBuilder arg1)
-
withNewPdName
A withNewPdName(StringBuffer arg1)
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
-