Versions in this module Expand all Collapse all v0 v0.2.0 Apr 15, 2025 v0.1.0 Feb 6, 2025 Changes in this version + const DefaultFormatKey + const DefaultIPXEScriptKey + const DefaultIgnitionKey + const FCOSFormat + const IgnitionV2Format + const IgnitionV3Format + const SystemIPIndexKey + const SystemUUIDIndexKey + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type HTTPBootConfig struct + Spec HTTPBootConfigSpec + Status HTTPBootConfigStatus + func (in *HTTPBootConfig) DeepCopy() *HTTPBootConfig + func (in *HTTPBootConfig) DeepCopyInto(out *HTTPBootConfig) + func (in *HTTPBootConfig) DeepCopyObject() runtime.Object + type HTTPBootConfigList struct + Items []HTTPBootConfig + func (in *HTTPBootConfigList) DeepCopy() *HTTPBootConfigList + func (in *HTTPBootConfigList) DeepCopyInto(out *HTTPBootConfigList) + func (in *HTTPBootConfigList) DeepCopyObject() runtime.Object + type HTTPBootConfigSpec struct + IgnitionSecretRef *corev1.LocalObjectReference + SystemIPs []string + SystemUUID string + UKIURL string + func (in *HTTPBootConfigSpec) DeepCopy() *HTTPBootConfigSpec + func (in *HTTPBootConfigSpec) DeepCopyInto(out *HTTPBootConfigSpec) + type HTTPBootConfigState string + const HTTPBootConfigStateError + const HTTPBootConfigStatePending + const HTTPBootConfigStateReady + type HTTPBootConfigStatus struct + State HTTPBootConfigState + func (in *HTTPBootConfigStatus) DeepCopy() *HTTPBootConfigStatus + func (in *HTTPBootConfigStatus) DeepCopyInto(out *HTTPBootConfigStatus) + type IPXEBootConfig struct + Spec IPXEBootConfigSpec + Status IPXEBootConfigStatus + func (in *IPXEBootConfig) DeepCopy() *IPXEBootConfig + func (in *IPXEBootConfig) DeepCopyInto(out *IPXEBootConfig) + func (in *IPXEBootConfig) DeepCopyObject() runtime.Object + type IPXEBootConfigList struct + Items []IPXEBootConfig + func (in *IPXEBootConfigList) DeepCopy() *IPXEBootConfigList + func (in *IPXEBootConfigList) DeepCopyInto(out *IPXEBootConfigList) + func (in *IPXEBootConfigList) DeepCopyObject() runtime.Object + type IPXEBootConfigSpec struct + IPXEScriptSecretRef *corev1.LocalObjectReference + IPXEServerURL string + IgnitionSecretRef *corev1.LocalObjectReference + Image string + InitrdURL string + KernelURL string + SquashfsURL string + SystemIPs []string + SystemUUID string + func (in *IPXEBootConfigSpec) DeepCopy() *IPXEBootConfigSpec + func (in *IPXEBootConfigSpec) DeepCopyInto(out *IPXEBootConfigSpec) + type IPXEBootConfigState string + const IPXEBootConfigStateError + const IPXEBootConfigStatePending + const IPXEBootConfigStateReady + type IPXEBootConfigStatus struct + State IPXEBootConfigState + func (in *IPXEBootConfigStatus) DeepCopy() *IPXEBootConfigStatus + func (in *IPXEBootConfigStatus) DeepCopyInto(out *IPXEBootConfigStatus)