registry

package
v0.27.2 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProxyCmd added in v0.27.0

func NewProxyCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewPullCmd

func NewPullCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewPushCmd

func NewPushCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewRegistryCmd

func NewRegistryCmd(globalFlags *flags.GlobalFlags) *cobra.Command

Types

type ProxyOptions added in v0.27.0

type ProxyOptions struct {
	*flags.GlobalFlags

	Port int

	Log log.Logger
}

func (*ProxyOptions) Run added in v0.27.0

func (o *ProxyOptions) Run(ctx context.Context) error

type PullOptions

type PullOptions struct {
	*flags.GlobalFlags

	Destination string

	Architecture string

	Log log.Logger
}

func (*PullOptions) Run

func (o *PullOptions) Run(ctx context.Context, images []string) error

type PushOptions

type PushOptions struct {
	*flags.GlobalFlags

	Architecture string

	Images   []string
	Archives []string

	HelmCharts          []string
	HelmChartRepository string

	Log log.Logger
}

func (*PushOptions) Run

func (o *PushOptions) Run(ctx context.Context, args []string) error

Jump to

Keyboard shortcuts

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