cii

package
v0.1.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2018 License: Apache-2.0 Imports: 3 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CII

type CII interface {
	Auth(ctx context.Context, secret *types.SecretAuthData) (string, error)
	Pull(ctx context.Context, spec *types.ImageManifest, out io.Writer) (*types.Image, error)
	Remove(ctx context.Context, image string) error
	Push(ctx context.Context, spec *types.ImageManifest, out io.Writer) (*types.Image, error)
	Build(ctx context.Context, stream io.Reader, spec *types.SpecBuildImage, out io.Writer) (*types.Image, error)
	List(ctx context.Context) ([]*types.Image, error)
	Inspect(ctx context.Context, id string) (*types.Image, error)
	Subscribe(ctx context.Context) (chan *types.Image, error)
}

IMI - Image Runtime Interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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