pkg/

directory
v3.4.7 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2022 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.
containers
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
generate
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
images
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
manifests
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
network
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
play
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
pods
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
secrets
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
system
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
volumes
Code generated by go generate; DO NOT EDIT.
Code generated by go generate; DO NOT EDIT.
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 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