NewFencingMetadataExecutor creates a fluent client for FencingMetadataExecutor
(cli client.Client)
| 147 | |
| 148 | // NewFencingMetadataExecutor creates a fluent client for FencingMetadataExecutor |
| 149 | func NewFencingMetadataExecutor(cli client.Client) *FencingMetadataExecutor { |
| 150 | return &FencingMetadataExecutor{ |
| 151 | cli: cli, |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | // AddFencing instructs the client to execute the logic of adding a instance |
| 156 | func (fb *FencingMetadataExecutor) AddFencing() *FencingMetadataExecutor { |
no outgoing calls
no test coverage detected