menu
kubernetes package
documentation
core_v1.dart
PhotonPersistentDiskVolumeSource
PhotonPersistentDiskVolumeSource const constructor
PhotonPersistentDiskVolumeSource const constructor
dark_mode
light_mode
PhotonPersistentDiskVolumeSource
constructor
const
PhotonPersistentDiskVolumeSource
(
{
String
?
fsType
,
required
String
pdID
,
})
Default constructor.
Implementation
const PhotonPersistentDiskVolumeSource({ this.fsType, required this.pdID, });
kubernetes package
documentation
core_v1
PhotonPersistentDiskVolumeSource
PhotonPersistentDiskVolumeSource const constructor
PhotonPersistentDiskVolumeSource class