class Pyrite::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.

Defined in:

versions/v1.14/api/core/v1/downward_api_projection.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 downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.


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

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


def self.new(*, items : Array? = nil) #

Instance Method Detail


def items=(items : Array(Api::Core::V1::DownwardAPIVolumeFile)?) #