registry

package
v2.6.0-SNAPSHOT Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MountSecretRegistryConfig added in v2.3.0

func MountSecretRegistryConfig(ctx context.Context, c client.Client, namespace, prefix, name string) (string, error)

MountSecretRegistryConfig write a file containing the secret registry config in a temporary folder.

Types

type Auth

type Auth struct {
	Server   string
	Username string
	Password string

	// additional information
	Registry string
}

Auth contains basic information for authenticating against a container registry.

func (Auth) GenerateDockerConfig

func (a Auth) GenerateDockerConfig() ([]byte, error)

GenerateDockerConfig generates a Docker compatible config.json file.

func (Auth) IsSet

func (a Auth) IsSet() bool

IsSet returns if information has been set on the object.

type DockerConfig

type DockerConfig struct {
	Auth     string `json:"auth,omitempty"`
	Username string `json:"username,omitempty"`
	Password string `json:"password,omitempty"`
}

type DockerConfigList

type DockerConfigList struct {
	Auths map[string]DockerConfig `json:"auths,omitempty"`
}

Jump to

Keyboard shortcuts

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