controllers

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2022 License: GPL-3.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeedConditionReason

type FeedConditionReason string
const (
	FeedSuccessfullyDeployed FeedConditionReason = "FeedSuccessfullyDeployed"
	FeedFailedToDeploy       FeedConditionReason = "FeedFailedToDeploy"
)

type FeedConditionType

type FeedConditionType string
const (
	FeedAvailable FeedConditionType = "Available"
)

type FeedReconciler

type FeedReconciler struct {
	client.Client
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
}

FeedReconciler reconciles a Feed object.

func (*FeedReconciler) Reconcile

func (r *FeedReconciler) 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.

func (*FeedReconciler) SetupWithManager

func (r *FeedReconciler) 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