Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShouldInQueue ¶ added in v0.18.0
func StartReconciler ¶ added in v0.12.0
func StartReconciler() error
Types ¶
type AppController ¶ added in v0.18.0
func NewAppController ¶ added in v0.18.0
func NewAppController(client *k8sclient.K8sClient) *AppController
func (*AppController) SetupWithManager ¶ added in v0.18.0
func (a *AppController) SetupWithManager(mgr ctrl.Manager) error
type JobController ¶ added in v0.20.0
func NewJobController ¶ added in v0.20.0
func NewJobController(client *k8sclient.K8sClient) *JobController
func (*JobController) SetupWithManager ¶ added in v0.20.0
func (m *JobController) SetupWithManager(mgr ctrl.Manager) error
type MountController ¶ added in v0.15.0
func NewMountController ¶ added in v0.15.0
func NewMountController(client *k8sclient.K8sClient) *MountController
func (*MountController) SetupWithManager ¶ added in v0.15.0
func (m *MountController) SetupWithManager(mgr ctrl.Manager) error
type PodController ¶ added in v0.21.0
func NewPodController ¶ added in v0.21.0
func NewPodController(client *k8sclient.K8sClient) *PodController
func (*PodController) SetupWithManager ¶ added in v0.21.0
func (m *PodController) SetupWithManager(mgr ctrl.Manager) error
type PodDriver ¶
type PodDriver struct { Client *k8sclient.K8sClient mount.SafeFormatAndMount // contains filtered or unexported fields }
func NewPodDriver ¶
func NewPodDriver(client *k8sclient.K8sClient, mounter mount.SafeFormatAndMount) *PodDriver
func (*PodDriver) CleanUpCache ¶ added in v0.14.1
CleanUpCache clean up cache
func (*PodDriver) SetMountInfo ¶ added in v0.17.4
func (p *PodDriver) SetMountInfo(mit mountInfoTable)
type PodReconciler ¶
type PodReconciler struct { mount.SafeFormatAndMount *k8sclient.K8sClient }
Click to show internal directories.
Click to hide internal directories.