class Pod::ContainerUpdate

Defined in:

pod/container_update.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(reason : Pod::ContainerUpdate::Reason, config : Pod::Config::Container, remote : Nil | String, container : Nil | Podman::Container = nil) #

[View source]

Instance Method Detail

def actionable? #

[View source]
def config : Config::Container #

[View source]
def container : Podman::Container #

[View source]
def container? : Podman::Container | Nil #

[View source]
def print(io, inspect : Podman::Container::Inspect | Nil) #

[View source]
def reason : Reason #

[View source]
def remote : String | Nil #

[View source]
def sanitise_command(args : Enumerable(String)) #

[View source]
def update(io) #

[View source]