Documentation ¶
Index ¶
- func GetFuseFd(path string, close bool) (int, []byte)
- func InitGlobalFds(ctx context.Context, client *k8s.K8sClient, basePath string) error
- func InitTestFds()
- type Fds
- func (fs *Fds) CloseFd(podHashVal string)
- func (fs *Fds) GetFdAddress(ctx context.Context, podHashVal string) (string, error)
- func (fs *Fds) GetSid(podHashVal string) uint64
- func (fs *Fds) ParseFuseFds(ctx context.Context) error
- func (fs *Fds) ServeFuseFd(ctx context.Context, podHashVal string) error
- func (fs *Fds) StopFd(ctx context.Context, podHashVal string)
- func (fs *Fds) UpdateSid(podHashVal string, sid uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitGlobalFds ¶
func InitTestFds ¶
func InitTestFds()
Types ¶
type Fds ¶
type Fds struct {
// contains filtered or unexported fields
}
var GlobalFds *Fds
func (*Fds) GetFdAddress ¶
Click to show internal directories.
Click to hide internal directories.