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 StringgetFsType()IntegergetPartition()StringgetPdName()BooleanhasFsType()BooleanhasPartition()BooleanhasPdName()BooleanhasReadOnly()BooleanisReadOnly()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder 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 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)
-
-