kubernetesk8s.io/kubernetes/pkg/controller/volume/pvprotection Index | Files

package pvprotection

import "k8s.io/kubernetes/pkg/controller/volume/pvprotection"

Index

Types

type Controller

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

Controller is controller that removes PVProtectionFinalizer from PVs that are not bound to PVCs.

func NewPVProtectionController

func NewPVProtectionController(logger klog.Logger, pvInformer coreinformers.PersistentVolumeInformer, cl clientset.Interface) *Controller

NewPVProtectionController returns a new *Controller.

func (*Controller) Run

func (c *Controller) Run(ctx context.Context, workers int)

Run runs the controller goroutines.

Source Files

pv_protection_controller.go

Version
v1.33.2 (latest)
Published
Jun 17, 2025
Platform
js/wasm
Imports
17 packages
Last checked
5 minutes ago

Tools for package owners.