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.1 (latest)
- Published
- May 15, 2025
- Platform
- linux/amd64
- Imports
- 17 packages
- Last checked
- 13 hours ago –
Tools for package owners.