# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package secret implements an agent to read and reload the secrets.
No description provided by the author
# Functions
BranchRequirements partitions status contexts for a given org, repo branch into three buckets: - contexts that are always required to be present - contexts that are required, _if_ present - contexts that are always optional.
Load loads and parses the config at path.
LoadYAMLConfig loads the configuration from the given data.
VolumeMountPaths returns a string slice with *MountPath consts in it.
VolumeMounts returns a string slice with *MountName consts in it.
# Structs
Agent watches a path and automatically loads the config stored therein.
Config is a read-only snapshot of the config.
Cookie holds the secret returned from github that authenticates the user who authorized this app.
Delta represents the before and after states of a Config change detected by the Agent.
GithubOAuthConfig is a config for requesting users access tokens from Github API.
# Type aliases
Getter returns the current Config in a thread-safe manner.
JobConfig is a type alias for job.Config.
ProwConfig is a type alias for lighthouse.Config.