class Pod::ContainerUpdate
- Pod::ContainerUpdate
- Reference
- Object
Defined in:
pod/container_update.crConstructors
Instance Method Summary
- #actionable?
- #config : Config::Container
- #container : Podman::Container
- #container? : Podman::Container | Nil
- #print(io, inspect : Podman::Container::Inspect | Nil)
- #reason : Reason
- #remote : String | Nil
- #sanitise_command(args : Enumerable(String))
- #update(io)
Constructor Detail
def self.new(reason : Pod::ContainerUpdate::Reason, config : Pod::Config::Container, remote : Nil | String, container : Nil | Podman::Container = nil)
#