Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultGenericsSpecs defines the default builder that we want to run DefaultCrawlerSpecs = discoveryConfig.Config{ Crawlers: map[string]interface{}{ "helm": helm.Spec{}, "rancher/fleet": fleet.Spec{}, "maven": maven.Spec{}, }, } )
Functions ¶
This section is empty.
Types ¶
type AutoDiscovery ¶
type AutoDiscovery struct {
// contains filtered or unexported fields
}
func New ¶
func New(spec discoveryConfig.Config, scmHandler scm.ScmHandler, scmConfig *scm.Config, pullrequestConfig *pullrequest.Config) (*AutoDiscovery, error)
New returns an initiated autodiscovery object
Click to show internal directories.
Click to hide internal directories.