class K8S::Api::Core::V1::DownwardAPIVolumeFile

Overview

DownwardAPIVolumeFile represents information to create the file containing the pod field

Included Modules

Defined in:

versions/v1.12/api/core/v1/downward_api_volume_file.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, field_ref : Api::Core::V1::ObjectFieldSelector? = nil, mode : Int32? = nil, resource_field_ref : Api::Core::V1::ResourceFieldSelector? = nil) #

[View source]

Instance Method Detail


[View source]
def field_ref=(field_ref : Api::Core::V1::ObjectFieldSelector?) #

[View source]
def mode : Int32? #

[View source]
def mode=(mode : Int32?) #

[View source]
def path : String #

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

[View source]
def resource_field_ref : Api::Core::V1::ResourceFieldSelector? #

[View source]
def resource_field_ref=(resource_field_ref : Api::Core::V1::ResourceFieldSelector?) #

[View source]