class Kubernetes::Resources::Pod::Spec::Container::VolumeMount

Included Modules

Defined in:

kubernetes/resources/pod/spec/container/volume_mount.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def mountPath : String | Nil #

[View source]
def mountPath=(mountPath : String | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def readOnly : Bool | Nil #

[View source]
def readOnly=(readOnly : Bool | Nil) #

[View source]