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

Function NewSource

cli/pkg/kctrl/local/sources/source.go:34–36  ·  view source on GitHub ↗
(ui cmdcore.AuthoringUI, build buildconfigs.Build)

Source from the content-addressed store, hash-verified

32}
33
34func NewSource(ui cmdcore.AuthoringUI, build buildconfigs.Build) Source {
35 return Source{ui: ui, build: build}
36}
37
38func (f Source) Configure() (string, error) {
39 f.ui.PrintHeaderText("Content")

Callers 2

RunMethod · 0.92
RunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected