types

package
v1.5.4 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 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 Auth

type Auth struct {
	Username string `json:"username" yaml:"username"`
	Password string `json:"password" yaml:"password"`
	Insecure bool   `json:"insecure" yaml:"insecure"`
}

Auth describes the authentication information of a registry or a repository

type ImageList

type ImageList map[string][]string

func NewImageList

func NewImageList(origin map[string]interface{}) (ImageList, error)

func (ImageList) Add

func (i ImageList) Add(src, dst string)

func (ImageList) Query

func (i ImageList) Query(src, dst string) bool

Jump to

Keyboard shortcuts

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