abstract class CNFInstall::DeploymentManager

Direct Known Subclasses

Defined in:

tasks/utils/cnf_installation/deployment_management/deployment_manager_common.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(deployment_name : String) #

[View source]

Instance Method Detail

def deployment_name : String #

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

[View source]
abstract def generate_manifest #

[View source]
abstract def install #

[View source]
abstract def uninstall #

[View source]