class Pyrite::Api::Core::V1::HostPathVolumeSource

Overview

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

Defined in:

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

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

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


def self.new(pull : JSON::PullParser) #

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


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

Instance Method Detail

def path : String #

def path=(path : String) #

def type : String? #

def type=(type : String?) #