Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
podman/parse
nolint most of these validate and parse functions have been taken from projectatomic/docker and modified for cri-o
|
nolint most of these validate and parse functions have been taken from projectatomic/docker and modified for cri-o |
hack
|
|
The libpod library is not stable and we do not support use cases outside of this repository.
|
The libpod library is not stable and we do not support use cases outside of this repository. |
pkg
|
|
api/handlers/swagger
Package swagger defines the payloads used by the Podman API - errors.go: declares the errors used in the API.
|
Package swagger defines the payloads used by the Podman API - errors.go: declares the errors used in the API. |
api/server
Package server supports a RESTful API for the Libpod library This documentation describes the Podman v2.x+ RESTful API.
|
Package server supports a RESTful API for the Libpod library This documentation describes the Podman v2.x+ RESTful API. |
bindings/containers
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/generate
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/images
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/manifests
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/network
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/play
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/pods
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/secrets
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/system
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
bindings/volumes
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
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 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. |
ctime
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 |
env
Package for processing environment variables.
|
Package for processing environment variables. |
hooks
Package hooks implements hook configuration and handling for CRI-O and libpod.
|
Package hooks implements hook configuration and handling for CRI-O and libpod. |
hooks/0.1.0
Package hook is the 0.1.0 hook configuration structure.
|
Package hook is the 0.1.0 hook configuration structure. |
hooks/1.0.0
Package hook is the 1.0.0 hook configuration structure.
|
Package hook is the 1.0.0 hook configuration structure. |
hooks/exec
Package exec provides utilities for executing Open Container Initiative runtime hooks.
|
Package exec provides utilities for executing Open Container Initiative runtime hooks. |
k8s.io/apimachinery/pkg/apis/meta/v1
Package v1 contains API types that are common to all versions.
|
Package v1 contains API types that are common to all versions. |
rootlessport
Package rootlessport provides reexec for RootlessKit-based port forwarder.
|
Package rootlessport provides reexec for RootlessKit-based port forwarder. |
signal
Signal handling for Linux only.
|
Signal handling for Linux only. |
util/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. |
test
|
|
Click to show internal directories.
Click to hide internal directories.