Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultVolumeCapacityBytes is the default capacity for volumes if not specified explicitly DefaultVolumeCapacityBytes int64 = 1073741824 // 1 GiB )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
csi.ControllerServer
}
func New ¶
func New(cfg config.Controller, clusterHelper clusterhelper.Helper) Handler
New returns new instance of default implementation of the controller handler
Click to show internal directories.
Click to hide internal directories.