Documentation
¶
Index ¶
- func BuildMachines(evalMachines string, deploymentPath string, hosts []Host, nixArgs []string) (path string, err error)
- func GetNixSystemDerivation(host Host, resultPath string) (string, error)
- func GetNixSystemPath(host Host, resultPath string) (string, error)
- func GetPathsToPush(host Host, resultPath string) (paths []string, err error)
- func Push(ctx *ssh.SSHContext, host Host, paths ...string) (err error)
- type Host
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildMachines ¶
func GetNixSystemDerivation ¶
Types ¶
type Host ¶
type Host struct { HealthChecks healthchecks.HealthChecks Name string NixosRelease string TargetHost string Secrets map[string]secrets.Secret BuildOnly bool }
func GetMachines ¶
func (*Host) GetHealthChecks ¶
func (host *Host) GetHealthChecks() healthchecks.HealthChecks
func (*Host) GetTargetHost ¶
Click to show internal directories.
Click to hide internal directories.