Documentation
¶
Index ¶
Constants ¶
View Source
const ( FuseRecoveryPeriod = "RECOVER_FUSE_PERIOD" RecoverWarningThreshold = "RECOVER_WARNING_THRESHOLD" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FuseRecover ¶
type FuseRecover struct {
mount.SafeFormatAndMount
KubeClient client.Client
ApiReader client.Reader
// KubeletClient *kubelet.KubeletClient
Recorder record.EventRecorder
// contains filtered or unexported fields
}
func NewFuseRecover ¶
func NewFuseRecover(kubeClient client.Client, recorder record.EventRecorder, apiReader client.Reader, locks *utils.VolumeLocks) (*FuseRecover, error)
Click to show internal directories.
Click to hide internal directories.