class Pyrite::Api::Core::V1::VolumeProjection

Overview

Projection that may be projected along with other supported volume types

Defined in:

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

Projection that may be projected along with other supported volume types


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

Projection that may be projected along with other supported volume types


def self.new(*, config_map : Api::Core::V1::ConfigMapProjection? = nil, downward_api : Api::Core::V1::DownwardAPIProjection? = nil, secret : Api::Core::V1::SecretProjection? = nil, service_account_token : Api::Core::V1::ServiceAccountTokenProjection? = nil) #

Instance Method Detail


def config_map=(config_map : Api::Core::V1::ConfigMapProjection?) #


def downward_api=(downward_api : Api::Core::V1::DownwardAPIProjection?) #


def secret=(secret : Api::Core::V1::SecretProjection?) #

def service_account_token : Api::Core::V1::ServiceAccountTokenProjection? #

def service_account_token=(service_account_token : Api::Core::V1::ServiceAccountTokenProjection?) #