class K8S::Api::Core::V1::HostPathVolumeSource
- K8S::Api::Core::V1::HostPathVolumeSource
 - Reference
 - Object
 
Overview
Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/core/v1/host_path_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, path : String, type : String? = nil)