Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + func CreateRefs(instance, project, branch, baseSHA string, changes ...client.ChangeInfo) (prowapi.Refs, error) + func LabelsAndAnnotations(instance string, jobLabels, jobAnnotations map[string]string, ...) (labels, annotations map[string]string) + type Change struct + type Controller struct + func NewController(ctx context.Context, prowJobClient prowv1.ProwJobInterface, op io.Opener, ...) *Controller + func (c *Controller) Sync() + type LastSyncTracker interface + Current func() client.LastSyncState + Update func(client.LastSyncState) error