Codebase Browser
kubernetes
Go to App
kubernetes
/
vendor/github.com/opencontainers/runc/libcontainer/configs/
mount_unsupported.go
//go:build !linux package configs type Mount struct{} func (m *Mount) IsBind() bool { return false }