RemoveFencing instructs the client to execute the logic of removing an instance
()
| 160 | |
| 161 | // RemoveFencing instructs the client to execute the logic of removing an instance |
| 162 | func (fb *FencingMetadataExecutor) RemoveFencing() *FencingMetadataExecutor { |
| 163 | fb.fenceFunc = removeFencedInstance |
| 164 | return fb |
| 165 | } |
| 166 | |
| 167 | // ForAllInstances applies the logic to all cluster instances |
| 168 | func (fb *FencingMetadataExecutor) ForAllInstances() *FencingMetadataExecutor { |
no outgoing calls
no test coverage detected