Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface { GetKubeService() (kube.Kube, error) GetAppService(ctx context.Context) (app.AppService, error) GetGitClients(ctx context.Context, gpClient gitproviders.Client, params GitConfigParams) (git.Git, gitproviders.GitProvider, error) }
Factory provides helpers for generating various WeGO service objects at runtime.
type GitConfigParams ¶
type GitConfigParams struct { URL string ConfigURL string Namespace string IsHelmRepository bool DryRun bool }
func NewGitConfigParamsFromApp ¶
func NewGitConfigParamsFromApp(app *wego.Application, dryRun bool) GitConfigParams
Directories ¶
Path | Synopsis |
---|---|
applicationv2fakes
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
authfakes
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
types/typesfakes
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.