Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶ added in v0.0.2
type Event struct {
Push EventSource
PullRequest EventSource `yaml:"pull_request"`
Schedule []string
}
type EventSource ¶ added in v0.0.2
type Workflow ¶
type Workflow struct {
Name string
On interface{} // could be: string, []string, Event
Jobs map[string]Job
Concurrency string
// extra fields
GitRepository string
}
func (*Workflow) ConvertToArgoWorkflow ¶
func (*Workflow) GetEventDetail ¶ added in v0.0.2
func (w *Workflow) GetEventDetail(name string) (es *EventSource, err error)
func (*Workflow) GetWorkflowBindings ¶ added in v0.0.2
func (w *Workflow) GetWorkflowBindings() (wfbs []WorkflowEventBinding)
Click to show internal directories.
Click to hide internal directories.