Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullRequestReconciler ¶
PullRequestReconciler reconciles a PullRequest object
func (*PullRequestReconciler) Reconcile ¶
func (r *PullRequestReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.2/pkg/reconcile
func (*PullRequestReconciler) SetupWithManager ¶
func (r *PullRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RepositoryReconciler ¶
type RepositoryReconciler struct { client.Client Scheme *runtime.Scheme Parameters RepositoryReconcilerParameters // contains filtered or unexported fields }
RepositoryReconciler reconciles a Repository object
func NewRepositoryReconciler ¶
func NewRepositoryReconciler( client client.Client, scheme *runtime.Scheme, params RepositoryReconcilerParameters, ) (*RepositoryReconciler, error)
func (*RepositoryReconciler) Reconcile ¶
func (r *RepositoryReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.2/pkg/reconcile
func (*RepositoryReconciler) SetupWithManager ¶
func (r *RepositoryReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.