abstract class FluentManager::FluentBase

Direct Known Subclasses

Defined in:

tasks/utils/fluent_manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(flavor_name : String, repo_url : String, values_file : String, values_macro : String, image_name : String, chart : String) #

[View source]

Instance Method Detail

def chart : String #

[View source]
def flavor_name : String #

[View source]
def image_name : String #

[View source]
def install #

[View source]
def installed? #

[View source]
def repo_url : String #

[View source]
def uninstall #

[View source]
def values_file : String #

[View source]
def values_macro : String #

[View source]