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

TypeAlias StrategyType

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

StrategyType controls the update strategy to use when the local package has been modifed from its original remote source.

Source from the content-addressed store, hash-verified

76// StrategyType controls the update strategy to use when the local package
77// has been modifed from its original remote source.
78type StrategyType string
79
80const (
81 // FastForward will fail the package update if the local

Callers 3

preRunEMethod · 0.92
updateMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected