Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModifyController ¶
type ModifyController interface {
// Run starts the controller.
Run(workers int, ctx context.Context)
}
ModifyController watches PVCs and checks if they are requesting an modify operation. If requested, it will modify the volume according to parameters in VolumeAttributesClass
func NewModifyController ¶
func NewModifyController( name string, modifier modifier.Modifier, kubeClient kubernetes.Interface, resyncPeriod time.Duration, maxRetryInterval time.Duration, extraModifyMetadata bool, informerFactory informers.SharedInformerFactory, pvcRateLimiter workqueue.TypedRateLimiter[string]) ModifyController
NewModifyController returns a ModifyController.
Click to show internal directories.
Click to hide internal directories.