workflows

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2022 License: MIT Imports: 12 Imported by: 0

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳