Documentation ¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPProvider ¶
type IPProvider interface { WithIP(configFunc func(ipamResult *current.Result) error) (err error) DeleteIP() error }
func New ¶
func New(pluginType string, netConf []byte) IPProvider
func NewFakeIPProvider ¶
func NewFakeIPProvider(ipamResult *current.Result) IPProvider
Click to show internal directories.
Click to hide internal directories.