controller

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AnnotationPrefixPattern = "%s/"

	VolumeModificationStarted = "VolumeModificationStarted"

	VolumeModificationFailed = "VolumeModificationFailed"

	VolumeModificationSuccessful = "VolumeModificationSuccessful"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IModifyController

type IModifyController interface {
	Run(int, context.Context)
}

func NewModifyController

func NewModifyController(
	pname string,
	pmodifier modifier.IModifier,
	pkubeClient kubernetes.Interface,
	presyncPeriod time.Duration,
	pinformerFactory informers.SharedInformerFactory,
	ppvcRateLimiter workqueue.RateLimiter,
	pretryModificationFailures bool,
) IModifyController

Jump to

Keyboard shortcuts

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