parse

package
v1.23.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2021 License: Apache-2.0 Imports: 21 Imported by: 43

Documentation

Index

Constants

View Source
const (
	// SeccompDefaultPath defines the default seccomp path
	SeccompDefaultPath = "/usr/share/containers/seccomp.json"
	// SeccompOverridePath if this exists it overrides the default seccomp path
	SeccompOverridePath = "/etc/crio/seccomp.json"
	// TypeBind is the type for mounting host dir
	TypeBind = "bind"
	// TypeTmpfs is the type for mounting tmpfs
	TypeTmpfs = "tmpfs"
)

Variables

This section is empty.

Functions

func AuthConfig added in v1.22.0

func AuthConfig(creds string) (*types.DockerAuthConfig, error)

AuthConfig parses the creds in format [username[:password] into an auth config.

func CommonBuildOptions

func CommonBuildOptions(c *cobra.Command) (*define.CommonBuildOptions, error)

CommonBuildOptions parses the build options from the bud cli

func DefaultPlatform added in v1.13.2

func DefaultPlatform() string

DefaultPlatform returns the standard platform for the current system

func Device added in v1.11.1

func Device(device string) (string, string, string, error)

Device parses device mapping string to a src, dest & permissions string Valid values for device look like:

'/dev/sdc"
'/dev/sdc:/dev/xvdc"
'/dev/sdc:/dev/xvdc:rwm"
'/dev/sdc:rm"

func DeviceFromPath added in v1.11.1

func DeviceFromPath(device string) (define.ContainerDevices, error)

func GetBindMount added in v1.9.1

func GetBindMount(args []string) (specs.Mount, error)

GetBindMount parses a single bind mount entry from the --mount flag.

func GetTempDir added in v1.13.0

func GetTempDir() string

func GetTmpfsMount added in v1.9.1

func GetTmpfsMount(args []string) (specs.Mount, error)

GetTmpfsMount parses a single tmpfs mount entry from the --mount flag

func GetVolumes added in v1.9.1

func GetVolumes(volumes []string, mounts []string) ([]specs.Mount, error)

GetVolumes gets the volumes from --volume and --mount

func IDMappingOptions

func IDMappingOptions(c *cobra.Command, isolation define.Isolation) (usernsOptions define.NamespaceOptions, idmapOptions *define.IDMappingOptions, err error)

IDMappingOptions parses the build options related to user namespaces and ID mapping.

func IsolationOption

func IsolationOption(isolation string) (define.Isolation, error)

IsolationOption parses the --isolation flag.

func NamespaceOptions

func NamespaceOptions(c *cobra.Command) (namespaceOptions define.NamespaceOptions, networkPolicy define.NetworkConfigurationPolicy, err error)

NamespaceOptions parses the build options for all namespaces except for user namespace.

func Platform added in v1.20.1

func Platform(platform string) (os, arch, variant string, err error)

Platform separates the platform string into os, arch and variant, accepting any of $arch, $os/$arch, or $os/$arch/$variant.

func PlatformFromOptions added in v1.13.2

func PlatformFromOptions(c *cobra.Command) (os, arch string, err error)

PlatformFromOptions parses the operating system (os) and architecture (arch) from the provided command line options. Deprecated in favor of PlatformsFromOptions(), but kept here because it's part of our API.

func PlatformsFromOptions added in v1.22.2

func PlatformsFromOptions(c *cobra.Command) (platforms []struct{ OS, Arch, Variant string }, err error)

PlatformsFromOptions parses the operating system (os) and architecture (arch) from the provided command line options. If --platform used, it also returns the list of platforms that were passed in as its argument.

func SSH added in v1.22.2

func SSH(sshSources []string) (map[string]*sshagent.Source, error)

SSH parses the --ssh flag

func Secrets added in v1.21.0

func Secrets(secrets []string) (map[string]string, error)

Secrets parses the --secret flag

func SystemContextFromOptions

func SystemContextFromOptions(c *cobra.Command) (*types.SystemContext, error)

SystemContextFromOptions returns a SystemContext populated with values per the input parameters provided by the caller for the use in authentication.

func ValidateVolumeCtrDir added in v1.8.3

func ValidateVolumeCtrDir(ctrDir string) error

ValidateVolumeCtrDir validates a volume mount's destination directory.

func ValidateVolumeHostDir added in v1.8.3

func ValidateVolumeHostDir(hostDir string) error

ValidateVolumeHostDir validates a volume mount's source directory

func ValidateVolumeOpts added in v1.8.3

func ValidateVolumeOpts(options []string) ([]string, error)

ValidateVolumeOpts validates a volume's options

func Volume added in v1.10.0

func Volume(volume string) (specs.Mount, error)

Volume parses the input of --volume

func Volumes added in v1.10.0

func Volumes(volumes []string) error

Volumes validates the host and container paths passed in to the --volume flag

Types

This section is empty.

Jump to

Keyboard shortcuts

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