runtime

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package runtime and subpackages contain generic helpers for use with controller-runtime.

Index

Constants

View Source
const (
	// ReconcileAtAnnotation is the annotation used for triggering a
	// reconciliation outside of the defined schedule.
	ReconcileAtAnnotation string = "fluxcd.io/reconcileAt"

	// ReadyCondition is the name of the Ready condition
	// implemented by all toolkit resources.
	ReadyCondition string = "Ready"

	// ReconciliationSucceededReason represents the fact that the
	// reconciliation of a toolkit resource has succeeded.
	ReconciliationSucceededReason string = "ReconciliationSucceeded"

	// ReconciliationFailedReason represents the fact that the
	// reconciliation of a toolkit resource has failed.
	ReconciliationFailedReason string = "ReconciliationFailed"

	// ProgressingReason represents the fact that the
	// reconciliation of a toolkit resource is underway.
	ProgressingReason string = "Progressing"

	// DependencyNotReadyReason represents the fact that
	// one of the toolkit resource dependencies is not ready.
	DependencyNotReadyReason string = "DependencyNotReady"

	// SuspendedReason represents the fact that the
	// reconciliation of a toolkit resource is suspended.
	SuspendedReason string = "Suspended"
)

Variables

This section is empty.

Functions

This section is empty.

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