reconcile

package module
v0.0.0-...-30221c4 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

README

A helper framework for operator development which allows a simpler management of yaml based resources

Documentation

Index

Constants

View Source
const (
	ERROR_FAILED_TO_LOAD_CR        string = "failed to load cr"
	ERROR_CONFIG_IS_INVALID        string = "invalid config specified"
	ERROR_FAILED_TO_LOAD_VALUES    string = "failed to load values"
	ERROR_FAILED_TO_LOAD_STAGES    string = "failed to load stages"
	ERROR_FAILED_TO_PROCESS_STAGE  string = "failed to process stage"
	ERROR_FAILED_TO_VALIDATE_STAGE string = "failed to validate stage"
)

Variables

View Source
var (
	RequeueAfter      = reconcile.Result{Requeue: true, RequeueAfter: time.Minute}
	RequeueAfterError = reconcile.Result{Requeue: true, RequeueAfter: time.Minute}
)

Functions

Types

type ReconcileConfig

type ReconcileConfig rconfig.ReconcileConfig

Directories

Path Synopsis
internal
rc
test
Package mock_client is a generated GoMock package.
Package mock_client is a generated GoMock package.

Jump to

Keyboard shortcuts

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