Documentation ¶
Overview ¶
Package reporter implements a reporter interface for github TODO(krzyzacy): move logic from report.go here
Index ¶
Constants ¶
View Source
const (
// GitHubReporterName is the name for github reporter
GitHubReporterName = "github-reporter"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a github reporter client
func NewReporter ¶
func NewReporter(gc report.GitHubClient, cfg config.Getter, reportAgent v1.ProwJobAgent, lister ctrlruntimeclient.Reader) *Client
NewReporter returns a reporter client
Click to show internal directories.
Click to hide internal directories.