Documentation
¶
Overview ¶
Package infra provides an EnginePlugin that registers all 13 abstract infra.* module types. Each type delegates provisioning to an [interfaces.IaCProvider] (resolved at Init time from the service registry) and exposes the provider's [interfaces.ResourceDriver] under "<module-name>.driver" for use by pipeline steps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
plugin.BaseEnginePlugin
}
Plugin registers all infra.* abstract module types.
func (*Plugin) ModuleFactories ¶
func (p *Plugin) ModuleFactories() map[string]plugin.ModuleFactory
ModuleFactories returns a factory for each infra.* type.
func (*Plugin) ModuleSchemas ¶
func (p *Plugin) ModuleSchemas() []*schema.ModuleSchema
ModuleSchemas returns UI schema definitions for each infra.* type.
Click to show internal directories.
Click to hide internal directories.