MCPcopy
hub / github.com/helmfile/helmfile / Apply

Method Apply

pkg/state/state.go:1007–1007  ·  view source on GitHub ↗
(*SyncOpts)

Source from the content-addressed store, hash-verified

1005}
1006
1007type SyncOpt interface{ Apply(*SyncOpts) }
1008
1009func (o *SyncOpts) Apply(opts *SyncOpts) {
1010 *opts = *o

Callers 13

prepareSyncReleasesMethod · 0.65
SyncReleasesMethod · 0.65
TemplateReleasesMethod · 0.65
WriteReleasesValuesMethod · 0.65
LintReleasesMethod · 0.65
UnittestReleasesMethod · 0.65
prepareDiffReleasesMethod · 0.65
DiffReleasesMethod · 0.65
TestApply_2Function · 0.65
TestApplyFunction · 0.65
TestApply_hooksFunction · 0.65
TestApply_3Function · 0.65

Implementers 7

SyncOptspkg/state/state.go
TemplateOptspkg/state/state.go
WriteValuesOptspkg/state/state.go
LintOptspkg/state/state.go
UnittestOptspkg/state/state.go
DiffOptspkg/state/state.go
Apppkg/app/app.go

Calls

no outgoing calls

Tested by 4

TestApply_2Function · 0.52
TestApplyFunction · 0.52
TestApply_hooksFunction · 0.52
TestApply_3Function · 0.52