Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager( ctx context.Context, kubeClient kubeclient.Interface, nodeName, hostname, hostIP string, runtime kubecontainer.Runtime, podManager kubeletpod.Manager, podStatusProvider PodStateProvider, options *Options, ) *Manager
func (*Manager) GetPersistentVolumeMountPath ¶
func (*Manager) Prepare ¶
type Options ¶
type Options struct { SSHPrivateKey []byte StorageRootDir string KubeletRegistrationDir string KubeletPluginsDir string CSIDriverLister *kubehelper.CSIDriverLister EventRecorder record.EventRecorder }
Click to show internal directories.
Click to hide internal directories.