Versions in this module Expand all Collapse all v1 v1.0.0 Nov 6, 2023 Changes in this version + type Lease struct + APIVersion string + Kind string + Metadata api.CustomResourceMetadata + Spec LeaseSpec + Status LeaseStatus + type LeaseSpec struct + Ip string + Mac string + Pool string + Static bool + type LeaseStatus struct + Ends string + Hostname string + Starts string + type PXE struct + APIVersion string + Kind string + Metadata api.CustomResourceMetadata + Spec PXESpec + type PXESpec struct + Data string + type Pool struct + APIVersion string + Kind string + Metadata api.CustomResourceMetadata + Spec PoolSpec + func (pool *Pool) GetDNS() []net.IP + func (pool *Pool) GetMask() (net.IPMask, error) + func (pool *Pool) GetNTP() []net.IP + type PoolSpec struct + Broadcast string + Dns []string + Domain string + End string + Filename string + Lease string + Ntp []string + Priority int + Routers string + Start string + Static bool + Subnet string