service

package
v0.0.0-...-ae1451e Latest Latest
Warning

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

Go to latest
Published: May 14, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerConfigJson

type DockerConfigJson struct {
	Auths map[string]DockerRegistry `json:"auths"`
}

type DockerRegistry

type DockerRegistry struct {
	Username string `json:"username"`
	Password string `json:"password"`
	Email    string `json:"email"`
	Auth     string `json:"auth"`
}

type NamespaceWatcher

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

func InitNamespaceWatcher

func InitNamespaceWatcher(ctx context.Context, ici *conf.ImageCredentialInfo) (*NamespaceWatcher, error)

func (*NamespaceWatcher) Watch

func (k *NamespaceWatcher) Watch(ctx context.Context) error

Jump to

Keyboard shortcuts

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