 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCommentReconciler ¶
type GetCommentSourceSpec ¶
type GetCommentSourceSpec interface {
	client.Object
	GetCommentSourceSpec() *templatesv1alpha1.CommentSourceSpec
}
    type GithubCommentReconciler ¶
type GithubCommentReconciler struct {
	BaseCommentReconciler
}
    GithubCommentReconciler reconciles a GithubComment object
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) SetupWithManager ¶
func (r *GitlabCommentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
 Click to show internal directories. 
   Click to hide internal directories.