package
3.4.7
Repository: https://github.com/containers/podman.git
Documentation: pkg.go.dev

# Functions

Create creates a secret given some data.
Inspect returns low-level information about a secret.
List returns information about existing secrets in the form of a slice.
Remove removes a secret from storage.

# Structs

go:generate go run ../generator/generator.go CreateOptions CreateOptions are optional options for Creating secrets.
go:generate go run ../generator/generator.go InspectOptions InspectOptions are optional options for inspecting secrets.
go:generate go run ../generator/generator.go ListOptions ListOptions are optional options for inspecting secrets.
go:generate go run ../generator/generator.go RemoveOptions RemoveOptions are optional options for removing secrets.