Documentation
¶
Index ¶
Constants ¶
View Source
const ( LockFileNameSuffix = "lockfile" SectorSize = 64 * 1024 // Max pagesize supported by SQLITE3 )
Variables ¶
View Source
var ( CommonSectorLabel = map[string]string{"data": "sector"} LockfileLabel = map[string]string{"data": "lockfile"} )
Only var because this can't be a const
Functions ¶
func NewVFS ¶
func NewVFS(kc *kubernetes.Clientset, namespace string, logger *zap.SugaredLogger, retries int) *vfs
Types ¶
Click to show internal directories.
Click to hide internal directories.