Documentation ¶
Index ¶
Constants ¶
View Source
const (
CNIPluginName = "nv-ipam"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCClient ¶ added in v0.1.0
type GRPCClient interface { nodev1.IPAMServiceClient }
type NewGRPCClientFunc ¶ added in v0.1.0
type NewGRPCClientFunc func(daemonSocket string) (GRPCClient, error)
type Plugin ¶
type Plugin struct { Name string Version string ConfLoader types.ConfLoader NewGRPCClientFunc NewGRPCClientFunc }
Click to show internal directories.
Click to hide internal directories.