acmeorders

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2022 License: Apache-2.0 Imports: 37 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ControllerName is the name of the orders controller.
	ControllerName = "orders"
)

Variables

View Source
var (
	// RequeuePeriod is the default period after which an Order should be re-queued.
	// It can be overriden in tests.
	RequeuePeriod time.Duration = time.Second * 5
)

Functions

func NewController added in v1.4.0

func NewController(
	log logr.Logger,
	cmClient cmclient.Interface,
	kubeInformerFactory informers.SharedInformerFactory,
	cmInformerFactory cminformers.SharedInformerFactory,
	accountRegistry accounts.Getter,
	recorder record.EventRecorder,
	clock clock.Clock,
	isNamespaced bool,
) (*controller, workqueue.RateLimitingInterface, []cache.InformerSynced)

NewController constructs an orders controller using the provided options.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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