class Pyrite::Api::Core::V1::DownwardAPIVolumeSource

Overview

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

Defined in:

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

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.


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

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.


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

Instance Method Detail

def default_mode : Int32? #

def default_mode=(default_mode : Int32?) #


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