class Pod::Config::DevContainer

Defined in:

pod/config.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Pod::Config::Container

apply_overrides!(detached : Bool | Nil = nil, remote : String | Nil = nil, image : String | Nil = nil, name : String | Nil = nil, autoremove : Bool | Nil = nil, entrypoint : YAML::Any | Nil = nil) apply_overrides!, args : Array(YAML::Any) args, autoremove : Bool autoremove, bind_mounts : Hash(String, String) bind_mounts, entrypoint : YAML::Any | Nil entrypoint, environment : Hash(String, String) environment, flags : Pod::Config::KVMapping(String, YAML::Any) flags, health : HealthConfig | Nil health, image : String image, interactive : Bool interactive, labels : Hash(String, YAML::Any) labels, name : String name, network : String | Array(String) network, pod_hash(args) pod_hash, podman_flags : Pod::Config::KVMapping(String, YAML::Any) podman_flags, ports : Hash(Int32, String) ports, pull_latest : Bool pull_latest, remote : String | Nil remote, run_flags : Pod::Config::KVMapping(String, YAML::Any) run_flags, secrets : Hash(String, Pod::Config::Container::SecretConfig) secrets, to_command(cmd_args : Enumerable(String) | Nil, include_hash = true) to_command, volumes : Hash(String, String) volumes

Constructor methods inherited from class Pod::Config::Container

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(name : String, image : String)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.auto_name #

[View source]

Instance Method Detail

def add_defaults #

[View source]