image

package
v0.0.0-...-2b29b9b Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageTool

type ImageTool interface {
	Pull(image string, opt *PullOptions) (string, error)
	Push(image string, opt *PushOptions) error
}

func NewImageTool

func NewImageTool(address, namespace string) ImageTool

type PullOptions

type PullOptions struct {
	RepoCommonOptions
}

type PushOptions

type PushOptions struct {
	RepoCommonOptions
}

type RepoCommonOptions

type RepoCommonOptions struct {
	SkipVerify bool
	PlainHttp  bool
	Username   string
	Password   string
}

Jump to

Keyboard shortcuts

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