MCPcopy Create free account
hub / github.com/carvel-dev/kapp-controller / SourceConfiguration

Interface SourceConfiguration

cli/pkg/kctrl/local/sources/git.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type SourceConfiguration interface {
15 Configure() error
16}
17
18type GitSource struct {
19 ui cmdcore.AuthoringUI

Callers 4

configureGlobalFlagsFunction · 0.65
RunMethod · 0.65
RunMethod · 0.65
ConfigureMethod · 0.65

Implementers 7

LoggerFlagscli/pkg/kctrl/cmd/logger_flags.go
KubeAPIFlagscli/pkg/kctrl/cmd/core/kube_api_flags.
GitSourcecli/pkg/kctrl/local/sources/git.go
Sourcecli/pkg/kctrl/local/sources/source.go
HelmSourcecli/pkg/kctrl/local/sources/helm.go
Templatecli/pkg/kctrl/local/sources/template.g
GithubReleaseSourcecli/pkg/kctrl/local/sources/github_rel

Calls

no outgoing calls

Tested by

no test coverage detected