Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InstanceTypes = map[string]*instanceType{
"ecs.c6.2xlarge": {
InstanceType: "ecs.c6.2xlarge",
VCPU: 8,
MemoryMb: 16384,
GPU: 0,
},
}
InstanceTypes is a map of ecs resources TODO next version will be supported
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { Client client.Client Log logr.Logger // contains filtered or unexported fields }
Reconciler reconciles machineSets.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile implements controller runtime Reconciler interface.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
SetupWithManager creates a new controller for a manager.
Click to show internal directories.
Click to hide internal directories.