Versions in this module Expand all Collapse all v0 v0.2.0 Mar 11, 2025 v0.1.0 Oct 25, 2024 Changes in this version + func NewPlugin(nodeName string, client client.Client) providernetworkinterface.Plugin + type Plugin struct + func GetAPInetPlugin() *Plugin + func (p *Plugin) APInetNicName(machineID string, networkInterfaceName string) string + func (p *Plugin) Apply(ctx context.Context, spec *api.NetworkInterfaceSpec, machine *api.Machine) (*providernetworkinterface.NetworkInterface, error) + func (p *Plugin) Delete(ctx context.Context, computeNicName string, machineID string) error + func (p *Plugin) Init(host providerhost.Host) error + func (p *Plugin) Name() string