MCPcopy
hub / github.com/helm/helm / isReleaseApplyMethodClientSideApply

Function isReleaseApplyMethodClientSideApply

pkg/action/upgrade.go:454–456  ·  view source on GitHub ↗
(applyMethod string)

Source from the content-addressed store, hash-verified

452}
453
454func isReleaseApplyMethodClientSideApply(applyMethod string) bool {
455 return applyMethod == "" || applyMethod == string(release.ApplyMethodClientSideApply)
456}
457
458func (u *Upgrade) releasingUpgrade(c chan<- resultMessage, upgradedRelease *release.Release, current kube.ResourceList, target kube.ResourceList, originalRelease *release.Release, serverSideApply bool) {
459 // pre-upgrade hooks

Callers 1

releasingUpgradeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…