constants

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// General
	KokerApp             = "koker"
	KokerHomePath        = "/var/lib/" + KokerApp
	KokerTempPath        = KokerHomePath + "/tmp"
	KokerImagesPath      = KokerHomePath + "/images"
	KokerContainersPath  = KokerHomePath + "/containers"
	KokerNetNsPath       = KokerHomePath + "/netns"
	KokerBridgeName      = "koker0"
	KokerBridgeDefaultIP = "172.69.0.1"
	KokerVirtual0Pfx     = "veth0_"
	KokerVirtual1Pfx     = "veth1_"
	KokerCtrEthName      = "eth0"

	// CGroup
	CGroupPath           = "/sys/fs/cgroup"
	ReleaseAgentFilename = "notify_on_release"
	ProcsFilename        = "cgroup.procs"
	MemLimitFilename     = "memory.limit_in_bytes"
	MemswLimitFilename   = "memory.memsw.limit_in_bytes"
	CpuQuotaFilename     = "cpu.cfs_quota_us"
	CpuPeriodFilename    = "cpu.cfs_period_us"
	MaxProcessFilename   = "pids.max"
	DefaultCfsPeriod     = 100000

	// Template
	ContainersTemplate = `` /* 186-byte string literal not displayed */

	ImagesTemplate = `` /* 167-byte string literal not displayed */

)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL