Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
Create(ctx context.Context, input CreateVpcInput) (CreateVpcOutput, error)
Get(ctx context.Context, input GetVpcInput) (GetVpcOutput, error)
Delete(ctx context.Context, input DeleteVpcInput) error
}
type CreateVpcInput ¶
type CreateVpcOutput ¶
type DeleteVpcInput ¶
type GetVpcInput ¶
type GetVpcOutput ¶
type Reconciler ¶
type Reconciler interface {
Reconcile(ctx context.Context, spec Spec) (Status, error)
ReconcileDelete(ctx context.Context, request aws.ReconcileRequest[aws.DeletedCloudResourceSpec]) error
}
func NewReconciler ¶
func NewReconciler(client Client) (Reconciler, error)
Click to show internal directories.
Click to hide internal directories.