module KubectlClient::ShellCMD

Defined in:

modules/kubectl_client/kubectl_client.cr

Constructors

Class Method Summary

Constructor Detail

def self.new(cmd, logger : ::Log = Log) : BackgroundCMDResult #

[View source]

Class Method Detail

def self.raise_exc_on_error(&) #

[View source]
def self.run(cmd, logger : ::Log = Log) : CMDResult #

logger should have method name (any other scopes, if necessary) that is calling attached using .for() method.


[View source]