pkg/

directory
v4.1.2 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2022 License: Apache-2.0

Directories

Path Synopsis
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.
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.
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.
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.
e2e
wsl
ctr
ps
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