registry

package
v0.0.0-...-86aec00 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MIT Imports: 7 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 {
	AWS bool `yaml:"aws"`
}

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(config *Config) (*Client, error)

func (*Client) ConfigFile

func (c *Client) ConfigFile(image string) (*v1.ConfigFile, error)

func (*Client) ReleaseDateRetrievalEnabled

func (c *Client) ReleaseDateRetrievalEnabled() bool

func (*Client) Tags

func (c *Client) Tags(repositoryString string) ([]string, error)

type Config

type Config struct {
	EnableDateRetrieval bool `yaml:"enable-date-retrieval"`
	Auth                Auth `yaml:"auth"`
}

Jump to

Keyboard shortcuts

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