package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewVolumeReactor creates a volume reactor.

# Variables

ErrVersionConflict is the error returned when resource version of requested object conflicts with the object in storage.

# Structs

ReactorError is an error that is returned by test reactor (=simulated etcd+/API server) when an action performed by the reactor matches given verb ("get", "update", "create", "delete" or "*"") on given resource ("persistentvolumes", "persistentvolumeclaims" or "*").
VolumeReactor is a core.Reactor that simulates etcd and API server.