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) ApplyScope ¶ added in v0.12.0
func (a *Application) ApplyScope(scope *Scope) 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) ApplyScope ¶ added in v0.12.0
type ProgramHealthcheck ¶ added in v0.4.0
type Spec ¶
type Spec struct {
Application Application
}
func (*Spec) ApplyScope ¶ added in v0.12.0
func (*Spec) ApplyScopeFile ¶ added in v0.12.0
Click to show internal directories.
Click to hide internal directories.