Versions in this module Expand all Collapse all v0 v0.6.1 Jun 6, 2019 v0.6.0 May 14, 2019 Changes in this version + func NewController(opts *reconciler.Options, paInformer informers.PodAutoscalerInformer, ...) *controller.Impl + type Deciders interface + Create func(ctx context.Context, decider *autoscaler.Decider) (*autoscaler.Decider, error) + Delete func(ctx context.Context, namespace, name string) error + Get func(ctx context.Context, namespace, name string) (*autoscaler.Decider, error) + Update func(ctx context.Context, decider *autoscaler.Decider) (*autoscaler.Decider, error) + Watch func(watcher func(string)) + type Metrics interface + Create func(ctx context.Context, metric *autoscaler.Metric) (*autoscaler.Metric, error) + Delete func(ctx context.Context, namespace, name string) error + Get func(ctx context.Context, namespace, name string) (*autoscaler.Metric, error) + Update func(ctx context.Context, metric *autoscaler.Metric) (*autoscaler.Metric, error) + type Reconciler struct + func (c *Reconciler) Reconcile(ctx context.Context, key string) error