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.
Click to show internal directories.
Click to hide internal directories.