docker

package
v0.0.0-...-0714061 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImagePullAuth

type ImagePullAuth struct {
	Auth     string `json:"auth"`
	Username string `json:"username"`
	Password string `json:"password"`
}

type ImagePullSecret

type ImagePullSecret struct {
	Auths map[string]ImagePullAuth `json:"auths"`
}

type RegistryCredentials

type RegistryCredentials struct {
	DockerRegistryURL      *string `json:"dockerRegistryURL,omitempty" yaml:"dockerRegistryURL,omitempty"`
	DockerRegistryUsername *string `json:"dockerRegistryUsername,omitempty" yaml:"dockerRegistryUsername,omitempty"`
	DockerRegistryPassword *string `json:"dockerRegistryPassword,omitempty" yaml:"dockerRegistryPassword,omitempty"`
}

func (RegistryCredentials) RegistryRequiresAuth

func (c RegistryCredentials) RegistryRequiresAuth() bool

func (RegistryCredentials) ToImagePullSecret

func (c RegistryCredentials) ToImagePullSecret() (string, error)

Jump to

Keyboard shortcuts

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