kubernetes/pkg/controller/volume/persistentvolume/pv_controller_test.go

// Test the real controller methods (add/update/delete claim/volume) with
// a fake API server.
// There is no controller API to 'initiate syncAll now', therefore these tests
// can't reliably simulate periodic sync of volumes/claims - it would be
// either very timing-sensitive or slow to wait for real periodic sync.
func TestControllerSync(t *testing.T) {}

func storeVersion(t *testing.T, prefix string, c cache.Store, version string, expectedReturn bool) {}

// TestControllerCache tests func storeObjectUpdate()
func TestControllerCache(t *testing.T) {}

func TestControllerCacheParsingError(t *testing.T) {}

func makeStorageClass(scName string, mode *storagev1.VolumeBindingMode) *storagev1.StorageClass {}

func makeDefaultStorageClass(scName string, mode *storagev1.VolumeBindingMode) *storagev1.StorageClass {}

func TestAnnealMigrationAnnotations(t *testing.T) {}

func TestModifyDeletionFinalizers(t *testing.T) {}

func TestRetroactiveStorageClassAssignment(t *testing.T) {}