Versions in this module Expand all Collapse all v1 v1.4.0 Aug 27, 2024 v1.3.0 Jun 16, 2024 Changes in this version + type OpenshiftContextInterface interface + ChangeMachineConfigPoolPause func(context.Context, *mcv1.MachineConfigPool, bool) error + GetFlavor func() OpenshiftFlavor + GetNodeMachinePoolName func(context.Context, *corev1.Node) (string, error) + IsHypershift func() bool + IsOpenshiftCluster func() bool + OpenshiftAfterCompleteDrainNode func(context.Context, *corev1.Node) (bool, error) + OpenshiftBeforeDrainNode func(context.Context, *corev1.Node) (bool, error) + func New() (OpenshiftContextInterface, error) + type OpenshiftFlavor string + const OpenshiftFlavorDefault + const OpenshiftFlavorHypershift