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