MCPcopy
hub / github.com/kptdev/kpt / FastForwardUpdater

Struct FastForwardUpdater

internal/util/update/fastforward.go:34–34  ·  view source on GitHub ↗

Updater updates a package to a new upstream version. If the package at pkgPath differs from the upstream ref it was fetch from, then Update will fail without making any changes.

Source from the content-addressed store, hash-verified

32// If the package at pkgPath differs from the upstream ref it was fetch from, then Update will
33// fail without making any changes.
34type FastForwardUpdater struct{}
35
36var kptfileSet = func() sets.String {
37 s := sets.String{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected