Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Global GlobalConfig `yaml:"global" validate:"required"` Sources Sources `yaml:"sources" validate:"required"` HTTP http.Config `yaml:"http" validate:"required"` }
type GlobalConfig ¶
type Sources ¶
type Sources struct { Deployments []deployments.Config `yaml:"deployments"` ArgocdHelm []argohelm.Config `yaml:"argocdHelm"` FsHelm []filesystemhelm.Config `yaml:"filesystemHelm"` Aws awsSource.Config `yaml:"aws"` }
Click to show internal directories.
Click to hide internal directories.