AddData adds the state of the cluster. For use in referential Constraints.
(ctx context.Context, data interface{})
| 23 | |
| 24 | // AddData adds the state of the cluster. For use in referential Constraints. |
| 25 | AddData(ctx context.Context, data interface{}) (*types.Responses, error) |
| 26 | |
| 27 | // RemoveData removes objects from the state of the cluster. For use in |
| 28 | // referential constraints. |
no outgoing calls