Documentation ¶
Index ¶
- Variables
- func BuiltinRoles(bfs fs.FS) (roles map[string]ansible.Role, err error)
- func Cluster(env system.Environment, sys system.System, cluster *system.Cluster) (err error)
- func Environment(env string, builtinRoles map[string]ansible.Role, baseFS fs.FS) (config system.Environment, err error)
- func GitService(serv *system.Service) (servInfo *service.Service, err error)
- func LoadConfig[T any](curFS fs.FS) (out T, err error)
- func LocalService(serv *system.Service, envFS, sysFS fs.FS) (servInfo *service.Service, err error)
- func Service(env system.Environment, sys system.System, cluster system.Cluster, ...) (err error)
- func System(env system.Environment, systemDir string) (config system.System, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissMatchNumberOfNamesAndProvidedNames = errors.New("provided node names does not match number of nodes")
View Source
var ErrOverrideDoesNotExportAnyPorts = errors.New("trying to connect to a service that does not expose any ports")
Functions ¶
func Environment ¶
func LocalService ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.