Documentation
¶
Index ¶
- type Driver
- func (d *Driver) HealthProbe(ref driver.ContainerRef) (*driver.Health, error)
- func (d *Driver) Materialize(rc *driver.ResolvedClaw, opts driver.MaterializeOpts) (*driver.MaterializeResult, error)
- func (d *Driver) PostApply(rc *driver.ResolvedClaw, opts driver.PostApplyOpts) error
- func (d *Driver) Validate(rc *driver.ResolvedClaw) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct{}
Driver implements Clawdapus runtime materialization for MicroClaw.
func (*Driver) HealthProbe ¶
func (*Driver) Materialize ¶
func (d *Driver) Materialize(rc *driver.ResolvedClaw, opts driver.MaterializeOpts) (*driver.MaterializeResult, error)
func (*Driver) PostApply ¶
func (d *Driver) PostApply(rc *driver.ResolvedClaw, opts driver.PostApplyOpts) error
Click to show internal directories.
Click to hide internal directories.