Versions in this module Expand all Collapse all v0 v0.1.0 Sep 2, 2025 Changes in this version + func NewPlugin(nodeName string, client client.Client) networkinterface.Plugin + type Plugin struct + func (p *Plugin) APInetNicName(machineID string, networkInterfaceName string) string + func (p *Plugin) Apply(ctx context.Context, spec *api.NetworkInterfaceSpec, machineID string) (*api.NetworkInterfaceStatus, error) + func (p *Plugin) Delete(ctx context.Context, computeNicName string, machineID string) error + func (p *Plugin) Init(host host.Paths) error + func (p *Plugin) Name() string