class Pod::Config::DevContainer
- Pod::Config::DevContainer
- Pod::Config::Container
- Reference
- Object
Defined in:
pod/config.crConstructors
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