Documentation
¶
Overview ¶
Package valid contains the structs representing the atlantis.yaml config after it's been parsed and validated.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Version is the version of the atlantis YAML file. Will always be equal
// to 2.
Version int
Projects []Project
Workflows map[string]Workflow
}
Config is the atlantis.yaml config after it's been parsed and validated.
func (Config) FindProjectByName ¶
func (Config) FindProjectsByDirWorkspace ¶
func (Config) GetApplyStage ¶
func (Config) GetPlanStage ¶
Click to show internal directories.
Click to hide internal directories.