class

Cl8r::Generators::Base

Inherits Reference < Object

Abstract base class for all pluggable infrastructure scaffolding generators.

Constructors

new(cluster : Model::ResolvedCluster)
Source

Instance methods

applicable?

Determines if this generator backend is applicable to the current cluster topology and configuration.

Source
cluster
Source
name

Human-readable name/identifier of this generator backend.

Source
render

Pure functional generation method returning files in memory.

Source
write(output_dir : String) : GenerationResult

Writes all generated files to the target base directory on disk.

Source