Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(params *Parameters, project, branchName string) error
Types ¶
type Parameters ¶
type Parameters struct { Kubeconfig string KubectlPath string `mapstructure:"kubectl-path"` GitHubToken string `mapstructure:"github-token"` HTTPCacheDir string `mapstructure:"http-cache-dir"` Filename string // contains filtered or unexported fields }
func (*Parameters) GitHubClient ¶
func (p *Parameters) GitHubClient() gh.Client
func (*Parameters) Kubectl ¶
func (p *Parameters) Kubectl() kubectl.Interface
func (*Parameters) LoadSettings ¶
func (p *Parameters) LoadSettings() *settings.Settings
Click to show internal directories.
Click to hide internal directories.