Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct {
Orgs []Org `json:"orgs"`
}
Index contains a list of Org that is used to display the Configured Jobs index page
type JobInfo ¶
type JobInfo struct { Name string `json:"name"` Type v1.ProwJobType `json:"type"` JobHistoryLink string `json:"jobHistoryLink"` YAMLDefinition string `json:"yamlDefinition"` }
JobInfo contains the necessary information for a job for the Configured Jobs page
type JobsByRepo ¶
type JobsByRepo struct { IncludedRepos []RepoInfo `json:"includedRepos"` AllRepos []string `json:"allRepos"` }
JobsByRepo contains a list of RepoInfo that is used to display the Configured Jobs subpages
Click to show internal directories.
Click to hide internal directories.