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

Struct Source

cli/pkg/kctrl/local/sources/source.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type Source struct {
30 ui cmdcore.AuthoringUI
31 build buildconfigs.Build
32}
33
34func NewSource(ui cmdcore.AuthoringUI, build buildconfigs.Build) Source {
35 return Source{ui: ui, build: build}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected