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.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
20 packages
Last checked
3 hours ago

Tools for package owners.