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(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.24.10
Published
Jan 18, 2023
Platform
js/wasm
Imports
18 packages
Last checked
1 minute ago

Tools for package owners.