site

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clock

type Clock interface {
	Now() time.Time
}

type StagingSiteReconciler

type StagingSiteReconciler struct {
	client.Client
	Scheme *runtime.Scheme
	Clock
}

StagingSiteReconciler reconciles a StagingSite object

func (*StagingSiteReconciler) Reconcile

func (r *StagingSiteReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile

func (*StagingSiteReconciler) SaveStatusUpdatesIfObjectChanged

func (r *StagingSiteReconciler) SaveStatusUpdatesIfObjectChanged(
	isChanged bool,
	ctx context.Context,
	site *sitev1.StagingSite,
	result ctrl.Result,
	err error,
) (ctrl.Result, error)

func (*StagingSiteReconciler) SetupWithManager

func (r *StagingSiteReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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