CreateEndpoint invokes the driver method to create an endpoint passing the network id, endpoint id endpoint information and driver specific config. The endpoint information can be either consumed by the driver or populated by the driver. The config mechanism will eventually be replaced with labels w
(ctx context.Context, nid, eid string, ifInfo InterfaceInfo, options map[string]any)
| 33 | // the driver or populated by the driver. The config mechanism will |
| 34 | // eventually be replaced with labels which are yet to be introduced. |
| 35 | CreateEndpoint(ctx context.Context, nid, eid string, ifInfo InterfaceInfo, options map[string]any) error |
| 36 | |
| 37 | // DeleteEndpoint invokes the driver method to delete an endpoint |
| 38 | // passing the network id and endpoint id. |
no outgoing calls