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