reconcile

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Input

type Input struct {
	Target types.NamespacedName
}

type Interface

type Interface interface {
	Do(ctx context.Context, in Input) (*Output, error)
}

type Output

type Output struct {
	NextReconcileAfter time.Duration
}

type Reconcile

type Reconcile struct {
	Log                          logr.Logger
	Clock                        clock.Interface
	ScheduledPodScalerRepository scheduledpodscaler.Interface
	DeploymentRepository         deployment.Interface
}

func (*Reconcile) Do

func (r *Reconcile) Do(ctx context.Context, in Input) (*Output, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL