Directories ¶
Path | Synopsis |
---|---|
api
|
|
server
Package api Provides a container compatible interface.
|
Package api Provides a container compatible interface. |
Package bindings provides golang-based access to the Podman REST API.
|
Package bindings provides golang-based access to the Podman REST 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
|
|
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. |
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. |
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. |
Click to show internal directories.
Click to hide internal directories.