Documentation
¶
Index ¶
Constants ¶
View Source
const ( ControllerName = "harvester-network-manager-nad-controller" JobEnvNadNetwork = "NAD_NETWORKS" JobEnvDHCPServer = "DHCP_SERVER" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (Handler) CheckConnectivity ¶
func (h Handler) CheckConnectivity()
func (Handler) OnChange ¶
func (h Handler) OnChange(key string, nad *cniv1.NetworkAttachmentDefinition) (*cniv1.NetworkAttachmentDefinition, error)
func (Handler) OnRemove ¶
func (h Handler) OnRemove(key string, nad *cniv1.NetworkAttachmentDefinition) (*cniv1.NetworkAttachmentDefinition, error)
Click to show internal directories.
Click to hide internal directories.