class Rancher::DockerBuild

Included Modules

Defined in:

rancher/types/generated/docker_build.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 context : String #

def context=(context : String) #

[View source]
def context? : String | Nil #

def dockerfile : String #

def dockerfile=(dockerfile : String) #

[View source]
def dockerfile? : String | Nil #

def forcerm : Bool #

def forcerm=(forcerm : Bool) #

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

def nocache : Bool #

def nocache=(nocache : Bool) #

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

def remote : String #

def remote=(remote : String) #

[View source]
def remote? : String | Nil #

def rm : Bool #

def rm=(rm : Bool) #

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