class K8S::Api::Core::V1::HostPathVolumeSource

Overview

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

Included Modules

Defined in:

versions/v1.14/api/core/v1/host_path_volume_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, path : String, type : String? = nil) #

[View source]

Instance Method Detail

def path : String #

[View source]
def path=(path : String) #

[View source]
def type : String? #

[View source]
def type=(type : String?) #

[View source]