Documentation
¶
Index ¶
Constants ¶
View Source
const ( MediaTypeKernel = "application/io.gardenlinux.kernel" MediaTypeInitrd = "application/io.gardenlinux.initrd" MediaTypeSquashFS = "application/io.gardenlinux.squashfs" AnnotationArchitecture = "io.gardenlinux.image.layer.architecture" CNAMEPrefixMetalPXE = "metal_pxe" ArchitectureAMD64 = "amd64" ArchitectureARM64 = "arm64" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPBootConfigReconciler ¶
HTTPBootConfigReconciler reconciles a HTTPBootConfig object
func (*HTTPBootConfigReconciler) SetupWithManager ¶
func (r *HTTPBootConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type IPXEBootConfigReconciler ¶
IPXEBootConfigReconciler reconciles a IPXEBootConfig object
func (*IPXEBootConfigReconciler) SetupWithManager ¶
func (r *IPXEBootConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ServerBootConfigurationHTTPReconciler ¶
type ServerBootConfigurationHTTPReconciler struct { client.Client Scheme *runtime.Scheme ImageServerURL string }
func (*ServerBootConfigurationHTTPReconciler) SetupWithManager ¶
func (r *ServerBootConfigurationHTTPReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ServerBootConfigurationPXEReconciler ¶
type ServerBootConfigurationPXEReconciler struct { client.Client Scheme *runtime.Scheme IPXEServiceURL string Architecture string }
func (*ServerBootConfigurationPXEReconciler) Reconcile ¶
func (r *ServerBootConfigurationPXEReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ServerBootConfigurationPXEReconciler) SetupWithManager ¶
func (r *ServerBootConfigurationPXEReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.