Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OCIVolumeID is the name of the oci volume id. OCIVolumeID = "ociVolumeID" // OCIVolumeBackupID is the name of the oci volume backup id annotation. OCIVolumeBackupID = "volume.beta.kubernetes.io/oci-volume-source" // FSType is the name of the file storage type parameter for storage classes. FSType = "fsType" )
Variables ¶
This section is empty.
Functions ¶
func NewBlockProvisioner ¶
func NewBlockProvisioner(logger *zap.SugaredLogger, client client.ProvisionerClient, metadata instancemeta.Interface, volumeRoundingEnabled bool, minVolumeSize resource.Quantity, timeout time.Duration, ) plugin.ProvisionerPlugin
NewBlockProvisioner creates a new instance of the block storage provisioner
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.