Documentation
¶
Index ¶
Constants ¶
View Source
const (
// RunnerGroupName is the group name used for runner components.
RunnerGroupName = "runner"
)
Variables ¶
View Source
var ErrMaxRepoCount = errors.New("max repo count reached")
Functions ¶
func RunnerLabels ¶
RunnerLabels returns the standard base labels for discovery resources.
func RunnerMetadata ¶
func RunnerMetadata(request ctrl.Request) metav1.ObjectMeta
func RunnerName ¶
Types ¶
type Reconciler ¶
func NewReconciler ¶
func NewReconciler( c client.Client, scheme *runtime.Scheme, broker *frontend.SSEBroker, instance *renovatev1beta1.Runner, renovate *renovatev1beta1.RenovateConfig, metricsRecorder metrics.Recorder, logReader logreader.Reader, ) (*Reconciler, error)
Click to show internal directories.
Click to hide internal directories.