class Pyrite::Api::Core::V1::DownwardAPIVolumeFile

Overview

DownwardAPIVolumeFile represents information to create the file containing the pod field

Defined in:

versions/v1.14/api/core/v1/downward_api_volume_file.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) #

DownwardAPIVolumeFile represents information to create the file containing the pod field


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

DownwardAPIVolumeFile represents information to create the file containing the pod field


def self.new(*, field_ref : Api::Core::V1::ObjectFieldSelector? = nil, mode : Int32? = nil, path : String, resource_field_ref : Api::Core::V1::ResourceFieldSelector? = nil) #

Instance Method Detail


def field_ref=(field_ref : Api::Core::V1::ObjectFieldSelector?) #

def mode : Int32? #

def mode=(mode : Int32?) #

def path : String #

def path=(path : String) #

def resource_field_ref : Api::Core::V1::ResourceFieldSelector? #

def resource_field_ref=(resource_field_ref : Api::Core::V1::ResourceFieldSelector?) #