Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BluefieldConfig ¶ added in v0.5.0
type BluefieldConfig struct {
BulefieldIP string `yaml:"bulefieldIP"`
}
type HttpBootConfig ¶ added in v0.5.0
type IPAMConfig ¶ added in v0.5.0
type MACFilterConfig ¶ added in v0.5.1
type MetalConfig ¶ added in v0.5.0
type OOBConfig ¶ added in v0.5.0
type OOBConfig struct { Namespace string `yaml:"namespace"` SubnetLabels []SubnetLabel `yaml:"subnetLabels"` }
type OnMetalConfig ¶ added in v0.5.0
type OnMetalConfig struct {
PrefixDelegation PrefixDelegation `yaml:"prefixDelegation"`
}
type PrefixDelegation ¶ added in v0.5.0
type PrefixDelegation struct {
Length int `yaml:"length"`
}
type PxebootConfig ¶ added in v0.5.0
type SubnetLabel ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.