Documentation
¶
Index ¶
Constants ¶
View Source
const ( TimeoutSecond = 5 * time.Second ConfigFile = "/etc/ipxe-service/config.yaml" ServiceServerCert = "ipxe-service-server-cert" DefaultSecretPath = "/etc/ipxe-default-secret" DefaultConfigMapPath = "/etc/ipxe-default-cm" InventoryMacLabelPrefix = "metal.ironcore.dev/mac-address-" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ConfigmapNS string `yaml:"configmap-namespace"`
IpamNS string `yaml:"ipam-namespace"`
MachineRequestNS string `yaml:"machine-request-namespace"`
InventoryNS string `yaml:"inventory-namespace"`
ImageNS string `yaml:"k8simage-namespace"`
DisableForwardHeader bool `yaml:"disable-forward-header,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.