pkg/

directory
v3.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2021 License: Apache-2.0

Directories

Path Synopsis
api
server
Package api Provides an API for the Libpod library This documentation describes the Podman v2.0 RESTful API.
Package api Provides an API for the Libpod library This documentation describes the Podman v2.0 RESTful API.
Package channel provides helper structs/methods/funcs for working with channels Proxy from an io.Writer to a channel: w := channel.NewWriter(make(chan []byte, 10)) go func() { w.Write([]byte("Hello, World")) }() fmt.Println(string(<-w.Chan())) w.Close() Use of the constructor is required to initialize the channel.
Package channel provides helper structs/methods/funcs for working with channels Proxy from an io.Writer to a channel: w := channel.NewWriter(make(chan []byte, 10)) go func() { w.Write([]byte("Hello, World")) }() fmt.Println(string(<-w.Chan())) w.Close() Use of the constructor is required to initialize the channel.
Package ctime includes a utility for determining file-creation times.
Package ctime includes a utility for determining file-creation times.
domain
entities/types
copied from github.com/docker/docker/api/types copied from github.com/docker/docker/api/types
copied from github.com/docker/docker/api/types copied from github.com/docker/docker/api/types
Package for processing environment variables.
Package for processing environment variables.
Package hooks implements hook configuration and handling for CRI-O and libpod.
Package hooks implements hook configuration and handling for CRI-O and libpod.
0.1.0
Package hook is the 0.1.0 hook configuration structure.
Package hook is the 0.1.0 hook configuration structure.
1.0.0
Package hook is the 1.0.0 hook configuration structure.
Package hook is the 1.0.0 hook configuration structure.
exec
Package exec provides utilities for executing Open Container Initiative runtime hooks.
Package exec provides utilities for executing Open Container Initiative runtime hooks.
ctr
ps
Package registrar provides name registration.
Package registrar provides name registration.
Package resolvconf provides utility code to query and update DNS configuration in /etc/resolv.conf.
Package resolvconf provides utility code to query and update DNS configuration in /etc/resolv.conf.
dns
Package rootlessport provides reexec for RootlessKit-based port forwarder.
Package rootlessport provides reexec for RootlessKit-based port forwarder.
Signal handling for Linux only.
Signal handling for Linux only.
camelcase
Package camelcase is a micro package to split the words of a camelcase type string into a slice of words.
Package camelcase is a micro package to split the words of a camelcase type string into a slice of words.

Jump to

Keyboard shortcuts

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