# 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.