Versions in this module Expand all Collapse all v1 v1.5.2 Mar 19, 2026 Changes in this version + const BMCSecretNamespace + func ApproveCSRs(oc *exutil.CLI, timeout time.Duration, pollInterval time.Duration, ...) int + func FindBMCSecretByNodeName(oc *exutil.CLI, namespace, nodeName string) (string, error) + func FindBMHByNodeName(oc *exutil.CLI, namespace, nodeName string) (string, error) + func GetBMH(oc *exutil.CLI, bmhName, namespace string) (*metal3v1alpha1.BareMetalHost, error) + func GetBMHErrorMessage(oc *exutil.CLI, bmhName, namespace string) (string, error) + func GetBMHProvisioningState(oc *exutil.CLI, bmhName, namespace string) (metal3v1alpha1.ProvisioningState, error) + func RestoreBMCPassword(oc *exutil.CLI, namespace, name string, originalPassword []byte) error + func RotateNodeBMCPassword(oc *exutil.CLI, node *corev1.Node) (string, string, []byte, error)