Documentation
¶
Index ¶
Constants ¶
View Source
const GCSFuseAppName = "gke-gcs-fuse-csi"
Variables ¶
This section is empty.
Functions ¶
func NewErrorWriter ¶
Types ¶
type MountConfig ¶
type MountConfig struct { FileDescriptor int `json:"-"` VolumeName string `json:"volumeName,omitempty"` BucketName string `json:"bucketName,omitempty"` BufferDir string `json:"-"` ConfigFile string `json:"-"` Options []string `json:"options,omitempty"` ErrWriter io.Writer `json:"-"` }
MountConfig contains the information gcsfuse needs.
Click to show internal directories.
Click to hide internal directories.