controllers

package
v0.0.0-...-cf21e3d Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	DefaultIasCredsSecretName string = "eventing-auth-ias-creds" //nolint:gosec
)

Variables

This section is empty.

Functions

This section is empty.

Types

type KymaReconciler

type KymaReconciler struct {
	client.Client
	Scheme *runtime.Scheme
	time.Duration
}

KymaReconciler reconciles a Kyma resource.

func NewKymaReconciler

func NewKymaReconciler(c client.Client, s *runtime.Scheme) *KymaReconciler

func (*KymaReconciler) Reconcile

+kubebuilder:rbac:groups=operator.kyma-project.io,resources=kymas,verbs=get;list;watch +kubebuilder:rbac:groups=operator.kyma-project.io,resources=eventingauths,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=operator.kyma-project.io,resources=eventingauths/status,verbs=get;list

func (*KymaReconciler) SetupWithManager

func (r *KymaReconciler) SetupWithManager(mgr kcontrollerruntime.Manager) error

SetupWithManager sets up the controller with the Manager.

type ManagedReconciler

type ManagedReconciler interface {
	SetupWithManager(mgr kcontrollerruntime.Manager) error
}

func NewEventingAuthReconciler

func NewEventingAuthReconciler(c kpkgclient.Client, s *runtime.Scheme, globalAccountID string) ManagedReconciler

Jump to

Keyboard shortcuts

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