Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "nodeipam", "Node-IPAM", cell.Provide(func(r nodeIpamConfig) NodeIPAMConfig { return r }), cell.Config(nodeIpamConfig{}), cell.Invoke(registerNodeSvcLBReconciler), )
Functions ¶
This section is empty.
Types ¶
type NodeIPAMConfig ¶ added in v1.16.6
type NodeIPAMConfig interface {
IsEnabled() bool
}
Click to show internal directories.
Click to hide internal directories.