class Rancher::ContainerExec

Included Modules

Defined in:

rancher/types/generated/container_exec.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def attach_stdin : Bool #

def attach_stdin=(attach_stdin : Bool) #

[View source]
def attach_stdin? : Bool | Nil #

def attach_stdout : Bool #

def attach_stdout=(attach_stdout : Bool) #

[View source]
def attach_stdout? : Bool | Nil #

def command : Array(String) #

def command=(command : Array(String)) #

[View source]
def command? : Array(String) | Nil #

def tty : Bool #

def tty=(tty : Bool) #

[View source]
def tty? : Bool | Nil #