Versions in this module Expand all Collapse all v0 v0.1.1 Apr 2, 2024 v0.1.0 Mar 31, 2024 Changes in this version + type EC2InstanceClient interface + GetInstances func(ctx context.Context, filterOptions ec2instanceclient.FilterOptions) ([]types.Instance, error) + RunInstances func(ctx context.Context, params *ec2instanceclient.RunInstancesInput) (*ec2.RunInstancesOutput, error) + TerminateInstances func(ctx context.Context, instances []types.Instance) (*ec2.TerminateInstancesOutput, error) + WaitUntilRunning func(ctx context.Context, filterOptions ec2instanceclient.FilterOptions, ...) error + type EC2InstanceReconciler struct + Recorder record.EventRecorder + Scheme *runtime.Scheme + func (r *EC2InstanceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *EC2InstanceReconciler) SetupWithManager(mgr ctrl.Manager) error