Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
SourceConfiguration
interface
{
15
Configure() error
16
}
17
18
type
GitSource
struct
{
19
ui cmdcore.AuthoringUI
Callers
4
configureGlobalFlags
Function · 0.65
Run
Method · 0.65
Run
Method · 0.65
Configure
Method · 0.65
Implementers
7
LoggerFlags
cli/pkg/kctrl/cmd/logger_flags.go
KubeAPIFlags
cli/pkg/kctrl/cmd/core/kube_api_flags.
GitSource
cli/pkg/kctrl/local/sources/git.go
Source
cli/pkg/kctrl/local/sources/source.go
HelmSource
cli/pkg/kctrl/local/sources/helm.go
Template
cli/pkg/kctrl/local/sources/template.g
GithubReleaseSource
cli/pkg/kctrl/local/sources/github_rel
Calls
no outgoing calls
Tested by
no test coverage detected