Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunnerManager ¶
type RunnerManager interface {
StartOrUpdate(*meowsv1alpha1.RunnerPool)
Stop(context.Context, *meowsv1alpha1.RunnerPool) error
}
type RunnerManagerImpl ¶
type RunnerManagerImpl struct {
// contains filtered or unexported fields
}
func (*RunnerManagerImpl) StartOrUpdate ¶
func (m *RunnerManagerImpl) StartOrUpdate(rp *meowsv1alpha1.RunnerPool)
func (*RunnerManagerImpl) Stop ¶
func (m *RunnerManagerImpl) Stop(ctx context.Context, rp *meowsv1alpha1.RunnerPool) error
type RunnerPoolReconciler ¶
RunnerPoolReconciler reconciles a RunnerPool object
func NewRunnerPoolReconciler ¶
func NewRunnerPoolReconciler(client client.Client, log logr.Logger, scheme *runtime.Scheme, repositoryNames []string, organizationName, runnerImage string, runnerManager RunnerManager, githubClient github.Client) *RunnerPoolReconciler
NewRunnerPoolReconciler creates RunnerPoolReconciler
func (*RunnerPoolReconciler) Reconcile ¶
func (r *RunnerPoolReconciler) 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.
func (*RunnerPoolReconciler) SetupWithManager ¶
func (r *RunnerPoolReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.