struct InitSystems::InitSystemInfo

Defined in:

tasks/utils/init_systems.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : String, namespace : String, name : String, container : String, init_cmd : String) #

[View source]

Instance Method Detail

def container : String #

[View source]
def container=(container : String) #

[View source]
def init_cmd : String #

[View source]
def init_cmd=(init_cmd : String) #

[View source]
def kind : String #

[View source]
def kind=(kind : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def namespace : String #

[View source]
def namespace=(namespace : String) #

[View source]