Documentation
¶
Index ¶
Constants ¶
View Source
const ( GroupResource = "resource" DefaultNamespace = "default" DefaultReceiveModuleName = "cloudhub" )
Constant defines csi related parameters
View Source
const (
// DefaultBufferSize represents default buffer size
DefaultBufferSize = 10480
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSIDriver ¶
type CSIDriver struct { options.CSIDriverOptions // contains filtered or unexported fields }
func NewCSIDriver ¶
func NewCSIDriver(opts *options.CSIDriverOptions) (*CSIDriver, error)
type UnixDomainSocket ¶
type UnixDomainSocket struct {
// contains filtered or unexported fields
}
UnixDomainSocket struct
func NewUnixDomainSocket ¶
func NewUnixDomainSocket(filename string, buffersize ...int) *UnixDomainSocket
NewUnixDomainSocket create new socket
Click to show internal directories.
Click to hide internal directories.