Documentation
¶
Index ¶
Constants ¶
View Source
const ( StateAvailable = string(ec2Types.StateAvailable) StateDeleting = string(ec2Types.StateDeleting) StateDeleted = string(ec2Types.StateDeleted) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Create(ctx context.Context, input CreateVpcEndpointInput) (CreateVpcEndpointOutput, error)
Get(ctx context.Context, input GetVpcEndpointInput) (GetVpcEndpointOutput, error)
Update(ctx context.Context, input UpdateVpcEndpointInput) error
Delete(ctx context.Context, input DeleteVpcEndpointInput) error
}
type CreateVpcEndpointInput ¶
type CreateVpcEndpointOutput ¶
type DeleteVpcEndpointInput ¶
type GetVpcEndpointInput ¶
type GetVpcEndpointOutput ¶
type Reconciler ¶
type Reconciler interface {
Reconcile(ctx context.Context, request aws.ReconcileRequest[Spec]) (aws.ReconcileResult[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.