Documentation
¶
Index ¶
- type Addresses
- type Arch
- type Architectures
- type BluefieldConfig
- type Filter
- type HttpBootConfig
- type IPAMConfig
- type Inventory
- type LeasesConfig
- type MACFilterConfig
- type MetalConfig
- type OOBConfig
- type OnMetalConfig
- type PrefixDelegation
- type PxeBootConfig
- type SubnetLabel
- type Switch
- type ZTPConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Architectures ¶ added in v0.8.0
type BluefieldConfig ¶ added in v0.5.0
type BluefieldConfig struct {
BluefieldIP string `yaml:"bluefieldIP"`
}
type HttpBootConfig ¶ added in v0.5.0
type IPAMConfig ¶ added in v0.5.0
type LeasesConfig ¶ added in v0.8.1
type LeasesConfig struct {
Namespace string `yaml:"namespace"`
}
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.8.0
type SubnetLabel ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.