menu
kubernetes package
documentation
core_v1.dart
PersistentVolumeStatus
PersistentVolumeStatus const constructor
PersistentVolumeStatus const constructor
dark_mode
light_mode
PersistentVolumeStatus
constructor
const
PersistentVolumeStatus
(
{
String
?
message
,
String
?
phase
,
String
?
reason
,
})
Default constructor.
Implementation
const PersistentVolumeStatus({ this.message, this.phase, this.reason, });
kubernetes package
documentation
core_v1
PersistentVolumeStatus
PersistentVolumeStatus const constructor
PersistentVolumeStatus class