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

package pvcprotection

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

Index

Functions

func NewPVCProcessingStore

func NewPVCProcessingStore() *pvcProcessingStore

Types

type Controller

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

func NewPVCProtectionController

func NewPVCProtectionController(logger klog.Logger, pvcInformer coreinformers.PersistentVolumeClaimInformer, podInformer coreinformers.PodInformer, cl clientset.Interface) (*Controller, error)

NewPVCProtectionController returns a new instance of PVCProtectionController.

func (*Controller) Run

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

Run runs the controller goroutines.

type LazyLivePodList

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

Source Files

pvc_protection_controller.go

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

Tools for package owners.