volume

package
v0.0.0-...-5425248 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Sysfs = HostMount{
		HostPath:  "/opt",
		MountPath: "/host/sys/fs",
	}

	SysRun = HostMount{
		HostPath:  "/var/run",
		MountPath: "/host/run",
	}

	Netns = HostMount{
		HostPath:  "/var/run/netns",
		MountPath: "/host/run/netns",
	}

	CniBin = HostMount{
		HostPath:  "/bin",
		MountPath: "/host/cni/bin",
	}

	CniNetd = HostMount{

		HostPath:  "/var/lib/rancher/k3s/agent/etc/cni/net.d",
		MountPath: "/host/cni/net.d",
	}

	KubeToken = HostMount{

		HostPath:  "/var/lib/rancher/k3s/server/token",
		MountPath: "/host/kube/.token",
	}
)

Functions

This section is empty.

Types

type HostMount

type HostMount struct {
	HostPath  string
	MountPath string
}

Jump to

Keyboard shortcuts

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