mounts

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 15, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package mounts provides the logic for mounting volumes to a container.

Index

Constants

View Source
const (
	// ConfigDirPath mount path for empty dir where Falco's configuration files are store by
	// the artifact-operator.
	ConfigDirPath = "/etc/falco/config.d"
	// ConfigMountName is the name of the volume mount for Falco's configuration files.
	ConfigMountName = "falco-configs"
	// RulesfileDirPath mount path for empty dir where Falco's rules files are stored by the
	// artifact-operator.
	RulesfileDirPath = "/etc/falco/rules.d"
	// RulesfileMountName is the name of the volume mount for Falco's rules files.
	RulesfileMountName = "falco-rulesfiles"
	// PluginDirPath mount path for empty dir where Falco's plugins are stored by the
	// artifact-operator.
	PluginDirPath = "/usr/share/falco/plugins"
	// PluginMountName is the name of the volume mount for Falco's plugins.
	PluginMountName = "falco-plugins"
)

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