Documentation
¶
Index ¶
- func IsTrue(str string) (bool, error)
- func Mount(options *chdfsOptions, mountPoint string) error
- func NewNodeServer(driver *csicommon.CSIDriver) csi.NodeServer
- func Num(str string) (int, error)
- func WriteFile(file string, context string) error
- type ArgsErr
- type Cache
- type ChdfsConfig
- type Client
- type Driver
- type Log
- type LogFile
- type Proxy
- type Read
- type Security
- type Write
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNodeServer ¶
func NewNodeServer(driver *csicommon.CSIDriver) csi.NodeServer
Types ¶
type ChdfsConfig ¶
type ChdfsConfig struct {
Proxy Proxy
Security Security
Client Client
Cache Cache
Log Log
LogFile LogFile
}
func NewChdfsConfig ¶
func NewChdfsConfig(url, mountPoint, additionalArgs string) (*ChdfsConfig, error)
func NewDefaultChdfsConfig ¶
func NewDefaultChdfsConfig(url, mountPoint string) *ChdfsConfig
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.