const externalPluginName …
var _ …
func verifyDefaultStorageClass(ctx context.Context, c clientset.Interface, scName string, expectedDefault bool) { … }
func updateDefaultStorageClass(ctx context.Context, c clientset.Interface, scName string, defaultStr string) { … }
func waitForProvisionedVolumesDeleted(ctx context.Context, c clientset.Interface, scName string) ([]*v1.PersistentVolume, error) { … }
func deleteStorageClass(ctx context.Context, c clientset.Interface, className string) { … }
func deleteProvisionedVolumesAndDisks(ctx context.Context, c clientset.Interface, pvs []*v1.PersistentVolume) { … }
func getRandomClusterZone(ctx context.Context, c clientset.Interface) string { … }