class Pyrite::Api::Core::V1::EnvFromSource

Overview

EnvFromSource represents the source of a set of ConfigMaps

Defined in:

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

EnvFromSource represents the source of a set of ConfigMaps


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

EnvFromSource represents the source of a set of ConfigMaps


def self.new(*, config_map_ref : Api::Core::V1::ConfigMapEnvSource? = nil, prefix : String? = nil, secret_ref : Api::Core::V1::SecretEnvSource? = nil) #

Instance Method Detail

def config_map_ref : Api::Core::V1::ConfigMapEnvSource? #

def config_map_ref=(config_map_ref : Api::Core::V1::ConfigMapEnvSource?) #

def prefix : String? #

def prefix=(prefix : String?) #

def secret_ref : Api::Core::V1::SecretEnvSource? #

def secret_ref=(secret_ref : Api::Core::V1::SecretEnvSource?) #