comments

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseCommentReconciler

type BaseCommentReconciler struct {
	client.Client
	Scheme       *runtime.Scheme
	FieldManager string
}

type GetCommentSourceSpec

type GetCommentSourceSpec interface {
	client.Object
	GetCommentSourceSpec() *templatesv1alpha1.CommentSourceSpec
}

type GithubCommentReconciler

type GithubCommentReconciler struct {
	BaseCommentReconciler
}

GithubCommentReconciler reconciles a GithubComment object

func (*GithubCommentReconciler) Reconcile

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

func (*GithubCommentReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type GitlabCommentReconciler

type GitlabCommentReconciler struct {
	BaseCommentReconciler
}

GitlabCommentReconciler reconciles a GitlabComment object

func (*GitlabCommentReconciler) Reconcile

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

func (*GitlabCommentReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type ItemList

type ItemList interface {
	client.ObjectList
	GetItems() []client.Object
}

Jump to

Keyboard shortcuts

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