cli

package
v0.0.0-...-efc9761 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImagePullOptions

type ImagePullOptions struct {
	LogLevel string
}

type ImagePullReport

type ImagePullReport struct {
	StdoutErr string
}

type ImageRunOptions

type ImageRunOptions struct {
	EntryPoint     string
	EntryPointArgs []string
	Image          string
	LogLevel       string
}

type ImageRunReport

type ImageRunReport struct {
	Stdout string
	Stderr string
}

type ImageSaveOptions

type ImageSaveOptions struct {
	LogLevel string
}

type PodmanEngine

type PodmanEngine interface {
	Pull(rawImage string, opts ImagePullOptions) (*ImagePullReport, error)
	Run(opts ImageRunOptions) (*ImageRunReport, error)
	Save(nameOrID string, tags []string, opts ImageSaveOptions) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL