menu
kubernetes package
documentation
core_v1.dart
AttachedVolume
AttachedVolume const constructor
AttachedVolume const constructor
dark_mode
light_mode
AttachedVolume
constructor
const
AttachedVolume
(
{
required
String
devicePath
,
required
String
name
,
})
Default constructor.
Implementation
const AttachedVolume({ required this.devicePath, required this.name, });
kubernetes package
documentation
core_v1
AttachedVolume
AttachedVolume const constructor
AttachedVolume class