kubetrigger

package
v0.0.1-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CreatedByLabel                = "app.kubernetes.io/created-by"
	CreatedByControllerLabelValue = "kube-trigger-manager"

	ComponentLabel      = "app.kubernetes.io/component"
	ComponentLabelValue = "kube-trigger"

	// VersionLabel is controller version that created this pod.
	VersionLabel = "app.kubernetes.io/version"

	// NameLabel is to store name of the crd.
	NameLabel = "app.kubernetes.io/name"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	client.Client
	StatusWriter client.StatusWriter
	Scheme       *runtime.Scheme
}

Reconciler reconciles a KubeTrigger object.

func (*Reconciler) Reconcile

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

func (*Reconciler) ReconcileClusterRoleBinding

func (r *Reconciler) ReconcileClusterRoleBinding(
	ctx context.Context,
	kt *standardv1alpha1.KubeTrigger,
	req ctrl.Request,
) error

func (*Reconciler) ReconcileConfigMap

func (r *Reconciler) ReconcileConfigMap(
	ctx context.Context,
	kt *standardv1alpha1.KubeTrigger,
	req ctrl.Request,
) error

func (*Reconciler) ReconcileDeployment

func (r *Reconciler) ReconcileDeployment(
	ctx context.Context,
	kt *standardv1alpha1.KubeTrigger,
	req ctrl.Request,
) error

func (*Reconciler) ReconcileServiceAccount

func (r *Reconciler) ReconcileServiceAccount(
	ctx context.Context,
	kt *standardv1alpha1.KubeTrigger,
	req ctrl.Request,
) error

func (*Reconciler) SetupWithManager

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