Documentation ¶
Index ¶
Constants ¶
View Source
const ( PartOfLabelKey = "app.kubernetes.io/part-of" PartOfLabelValue = "flux" VersionLabelKey = "app.kubernetes.io/version" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FluxClient ¶ added in v0.1.0
type FluxClient struct {
// contains filtered or unexported fields
}
func New ¶ added in v0.1.0
func New(cliRunner runner.Runner) *FluxClient
func (*FluxClient) CreateSecretGit ¶ added in v0.1.0
func (f *FluxClient) CreateSecretGit(name string, repoUrl gitproviders.RepoURL, namespace string) ([]byte, error)
CreatSecretGit Creates a Git secret returns the deploy key
Click to show internal directories.
Click to hide internal directories.