Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWorkflows ¶
func CreateWorkflows(dest string, config *WorkflowConfig) error
Types ¶
type GitHubWorkflow ¶
type GitHubWorkflow struct { Name string On map[string]interface{} Env map[string]string Jobs map[string]job }
GitHubWorkflow is a rough struct to allow for yaml editing including deletion of Job steps
type WorkflowConfig ¶
type WorkflowConfig struct { AcrName string ContainerName string ResourceGroupName string AksClusterName string // contains filtered or unexported fields }
func (*WorkflowConfig) ValidateAndFillConfig ¶
func (config *WorkflowConfig) ValidateAndFillConfig()
Click to show internal directories.
Click to hide internal directories.