Documentation
¶
Index ¶
Constants ¶
View Source
const ( NodeSvcLBClass = annotation.Prefix + "/node" NodeSvcLBMatchLabelsAnnotation = annotation.Prefix + ".nodeipam" + "/match-node-labels" )
Variables ¶
View Source
var Cell = cell.Module( "nodeipamconfig", "Node-IPAM-Config", cell.Provide(func(r nodeIpamConfig) NodeIPAMConfig { return r }), cell.Config(nodeIpamConfig{}), )
Functions ¶
This section is empty.
Types ¶
type NodeIPAMConfig ¶
type NodeIPAMConfig interface {
IsEnabled() bool
}
Click to show internal directories.
Click to hide internal directories.