class K8S::Api::Core::V1::LocalVolumeSource
- K8S::Api::Core::V1::LocalVolumeSource
- Reference
- Object
Overview
Local represents directly-attached storage with node affinity (Beta feature)
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/core/v1/local_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, path : String, fs_type : String? = nil)