peerpodvolume

package
v0.7.0-alpha.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CsiPodVolumeMonitor

type CsiPodVolumeMonitor interface {
	Start(context.Context) error
	Shutdown() error
	Ready() chan struct{}
}

func NewPodVolumeMonitor

func NewPodVolumeMonitor(
	client *clientset.Clientset,
	namespace string,
	syncFunction func(peerPodVolume *peerpodvolumeV1alpha1.PeerpodVolume),
	deleteFunction func(peerPodVolume *peerpodvolumeV1alpha1.PeerpodVolume),
) (CsiPodVolumeMonitor, error)

type PeerpodvolumeController

type PeerpodvolumeController struct {
	// contains filtered or unexported fields
}

PeerpodvolumeController is the controller implementation for peerpodvolume resources

func (*PeerpodvolumeController) Run

func (c *PeerpodvolumeController) Run(threadiness int, stopCh chan struct{})

Run sets up event handlers

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL