Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func ProbeVolumePlugins() []volume.VolumePlugin + type DiskController interface + AttachDisk func(isManagedDisk bool, diskName, diskUri string, nodeName types.NodeName, ...) (int32, error) + CreateBlobDisk func(dataDiskName string, storageAccountType storage.SkuName, sizeGB int) (string, error) + CreateManagedDisk func(options *azure.ManagedDiskOptions) (string, error) + CreateVolume func(name, storageAccount, storageAccountType, location string, requestGB int) (string, string, int, error) + DeleteBlobDisk func(diskUri string) error + DeleteManagedDisk func(diskURI string) error + DeleteVolume func(diskURI string) error + DetachDisk func(diskName, diskUri string, nodeName types.NodeName) error + DisksAreAttached func(diskNames []string, nodeName types.NodeName) (map[string]bool, error) + GetActiveZones func() (sets.String, error) + GetAzureDiskLabels func(diskURI string) (map[string]string, error) + GetDiskLun func(diskName, diskUri string, nodeName types.NodeName) (int32, error) + GetLocation func() string + GetNextDiskLun func(nodeName types.NodeName) (int32, error) + ResizeDisk func(diskURI string, oldSize resource.Quantity, newSize resource.Quantity) (resource.Quantity, error)