Documentation ¶
Index ¶
- type AgentConfig
- func (*AgentConfig) Dependencies() []asset.Asset
- func (a *AgentConfig) Files() []*asset.File
- func (a *AgentConfig) Generate(dependencies asset.Parents) error
- func (a *AgentConfig) HostConfigFiles() (HostConfigFileMap, error)
- func (a *AgentConfig) Load(f asset.FileFetcher) (bool, error)
- func (*AgentConfig) Name() string
- func (a *AgentConfig) PersistToFile(directory string) error
- type HostConfigFileMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentConfig ¶
AgentConfig reads the agent-config.yaml file.
func (*AgentConfig) Dependencies ¶
func (*AgentConfig) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed to generate the asset.
func (*AgentConfig) Files ¶
func (a *AgentConfig) Files() []*asset.File
Files returns the files generated by the asset.
func (*AgentConfig) Generate ¶
func (a *AgentConfig) Generate(dependencies asset.Parents) error
Generate generates the Agent Config manifest.
func (*AgentConfig) HostConfigFiles ¶
func (a *AgentConfig) HostConfigFiles() (HostConfigFileMap, error)
HostConfigFiles returns a map from filename to contents of the files used for host-specific configuration by the agent installer client
func (*AgentConfig) Load ¶
func (a *AgentConfig) Load(f asset.FileFetcher) (bool, error)
Load returns agent config asset from the disk.
func (*AgentConfig) Name ¶
func (*AgentConfig) Name() string
Name returns a human friendly name for the asset.
func (*AgentConfig) PersistToFile ¶
func (a *AgentConfig) PersistToFile(directory string) error
PersistToFile writes the agent-config.yaml file to the assets folder
type HostConfigFileMap ¶
HostConfigFileMap is a map from a filepath ("<host>/<file>") to file content for hostconfig files.
Click to show internal directories.
Click to hide internal directories.