class K8S::Api::Core::V1::DownwardAPIProjection

Overview

Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

Included Modules

Defined in:

versions/v1.15/api/core/v1/downward_api_projection.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(*, items : Array(Api::Core::V1::DownwardAPIVolumeFile)? = nil) #

[View source]

Instance Method Detail


[View source]
def items=(items : Array(Api::Core::V1::DownwardAPIVolumeFile)?) #

[View source]