dockercreds

package
v1.14.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credentials

type Credentials struct {
	Username        string
	Password        string
	URL             string
	RefreshInterval *time.Duration
}

type DockerCreds

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

DockerCreds initializes docker client credentials

func NewDockerCreds

func NewDockerCreds(parentLogger logger.Logger,
	dockerClient dockerclient.Client,
	refreshInterval *time.Duration) (*DockerCreds, error)

func (*DockerCreds) GetCredentials

func (dc *DockerCreds) GetCredentials() []Credentials

func (*DockerCreds) LoadFromDir

func (dc *DockerCreds) LoadFromDir(keyDir string) error

Jump to

Keyboard shortcuts

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