(synthesizedComp *component.SynthesizedComponent)
| 185 | } |
| 186 | |
| 187 | func getInstanceUpdateStrategy(synthesizedComp *component.SynthesizedComponent) *workloads.InstanceUpdateStrategy { |
| 188 | // TODO: on-delete if the member update strategy is not null? |
| 189 | return synthesizedComp.InstanceUpdateStrategy |
| 190 | } |
| 191 | |
| 192 | func getMemberUpdateStrategy(synthesizedComp *component.SynthesizedComponent) *workloads.MemberUpdateStrategy { |
| 193 | if synthesizedComp.UpdateStrategy != nil { |
no outgoing calls
no test coverage detected
searching dependent graphs…