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) 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) SetupWithManager ¶
func (r *SentryProjectRefReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.