controller

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DefaultOrganization   string
	DefaultTeam           string
	DefaultPlatform       string
	DefaultRetainOnDelete bool
	SentryURL             string
	RequeueInterval       time.Duration
}

Config holds operator-level defaults, set via CLI flags.

type SentryProjectReconciler

type SentryProjectReconciler struct {
	client.Client
	Scheme       *runtime.Scheme
	SentryClient *sentry.Client
	Config       Config
}

SentryProjectReconciler reconciles SentryProject objects.

func (*SentryProjectReconciler) Reconcile

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

func (*SentryProjectReconciler) SetupWithManager

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

type SentryProjectRefReconciler

type SentryProjectRefReconciler struct {
	client.Client
	Scheme       *runtime.Scheme
	SentryClient *sentry.Client
	Config       Config
}

SentryProjectRefReconciler reconciles SentryProjectRef objects.

func (*SentryProjectRefReconciler) Reconcile

func (*SentryProjectRefReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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