secrets

package
v1.20.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultMountsFile holds the default mount paths in the form
	// "host_path:container_path"
	DefaultMountsFile = subscriptions.DefaultMountsFile
	// OverrideMountsFile holds the default mount paths in the form
	// "host_path:container_path" overridden by the user
	OverrideMountsFile = subscriptions.OverrideMountsFile
	// UserOverrideMountsFile holds the default mount paths in the form
	// "host_path:container_path" overridden by the rootless user
	UserOverrideMountsFile = subscriptions.DefaultMountsFile
)

Functions

func SecretMounts

func SecretMounts(mountLabel, containerWorkingDir, mountFile string, rootless, disableFips bool) []rspec.Mount

SecretMounts copies, adds, and mounts the secrets to the container root filesystem Deprecated, Please use SecretMountWithUIDGID

func SecretMountsWithUIDGID

func SecretMountsWithUIDGID(mountLabel, containerWorkingDir, mountFile, mountPoint string, uid, gid int, rootless, disableFips bool) []rspec.Mount

SecretMountsWithUIDGID copies, adds, and mounts the secrets to the container root filesystem mountLabel: MAC/SELinux label for container content containerWorkingDir: Private data for storing secrets on the host mounted in container. mountFile: Additional mount points required for the container. mountPoint: Container image mountpoint uid: to assign to content created for secrets gid: to assign to content created for secrets rootless: indicates whether container is running in rootless mode disableFips: indicates whether system should ignore fips mode

Types

This section is empty.

Jump to

Keyboard shortcuts

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