package
0.14.1
Repository: https://github.com/tinkerbell/smee.git
Documentation: pkg.go.dev

# Functions

GetIPs retrieves all IP addresses.
GetMACs retrieves all MACs associated with h.
IPAddrs returns a list of IP addresses for a Hardware object.
MACAddrs returns a list of MAC addresses for a Hardware object.
NewBackend returns a controller-runtime cluster.Cluster with the Tinkerbell runtime scheme registered, and indexers for: * Hardware by MAC address * Hardware by IP address Callers must instantiate the client-side cache by calling Start() before use.

# Constants

IPAddrIndex is an index used with a controller-runtime client to lookup hardware by IP.
MACAddrIndex is an index used with a controller-runtime client to lookup hardware by MAC.

# Structs

Backend is a backend implementation that uses the Tinkerbell CRDs to get DHCP data.