Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Name string
Identifier string
Deploy Deploy
Programs map[string]Program
ProgramKeys []string
Cron Cron
}
func (*Application) ExpandVars ¶ added in v0.14.1
func (a *Application) ExpandVars(vars Vars) error
type Job ¶
type Job struct {
Key string
Command string
Schedule string
Jitter string
Healthcheck JobHealthcheck
}
type JobHealthcheck ¶ added in v0.4.0
type JobHealthcheck struct {
URL string
}
type Program ¶
type Program struct {
Key string `yaml:"-"`
Name string
Command string
User string
Container Container
Ports []string
Volumes []string
Healthcheck *ProgramHealthcheck
Scales []Scale
Reload Reload
Unsafe Unsafe
}
func (*Program) ExpandVars ¶ added in v0.14.1
type ProgramHealthcheck ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.