Documentation ¶
Index ¶
- type Runtime
- func (r *Runtime) Auth(ctx context.Context, secret *types.SecretAuthData) (string, error)
- func (r *Runtime) Build(ctx context.Context, stream io.Reader, spec *types.SpecBuildImage, ...) (*types.Image, error)
- func (r *Runtime) Inspect(ctx context.Context, id string) (*types.Image, error)
- func (r *Runtime) List(ctx context.Context) ([]*types.Image, error)
- func (r *Runtime) Pull(ctx context.Context, spec *types.ImageManifest, out io.Writer) (*types.Image, error)
- func (r *Runtime) Push(ctx context.Context, spec *types.ImageManifest, out io.Writer) (*types.Image, error)
- func (r *Runtime) Remove(ctx context.Context, ID string) error
- func (r *Runtime) Subscribe(ctx context.Context) (chan *types.Image, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.