Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carvel-dev/kapp-controller
/ GitSource
Struct
GitSource
cli/pkg/kctrl/local/sources/git.go:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
type
GitSource
struct
{
19
ui cmdcore.AuthoringUI
20
vendirConfig *VendirConfig
21
}
22
23
var
_ SourceConfiguration = &GitSource{}
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected