Documentation ¶
Overview ¶
sqldatabases contains the resource processor for SQL databases. See the processors package for more information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct { }
Processor is a processor for SQL database resources.
func (*Processor) Delete ¶
func (p *Processor) Delete(ctx context.Context, resource *datamodel.SqlDatabase, options processors.Options) error
Delete implements the processors.Processor interface for SQLDatabase resources.
func (*Processor) Process ¶
func (p *Processor) Process(ctx context.Context, resource *datamodel.SqlDatabase, options processors.Options) error
Process implements the processors.Processor interface for SQL database resources. It validates the given resource properties and sets the computed values and secrets in the resource, and applies the values from the RecipeOutput.
Click to show internal directories.
Click to hide internal directories.