Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Combine ¶
func Combine(services ...core.ConfigService) core.ConfigService
Combine combines the config services, allowing the system to source pipeline configuration from multiple sources.
func Global ¶
func Global(endpoint, signer string, skipVerify bool) core.ConfigService
Global returns a configuration service that fetches the yaml configuration from a remote endpoint.
func Jsonnet ¶
func Jsonnet(service core.FileService, enabled bool) core.ConfigService
Jsonnet returns a configuration service that fetches the jsonnet file directly from the source code management (scm) system and converts to a yaml file.
func Repository ¶
func Repository(service core.FileService) core.ConfigService
Repository returns a configuration service that fetches the yaml directly from the source code management (scm) system.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.