secret

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DockerhubUrl  = "https://index.docker.io/v1/"
	GcrUrl        = "gcr.io"
	GcrUser       = "_json_key"
	GitAnnotation = "kpack.io/git"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CredentialFetcher

type CredentialFetcher interface {
	FetchPassword(envVar, prompt string) (string, error)
}

type DockerConfigJson

type DockerConfigJson struct {
	Auths DockerCredentials `json:"auths"`
}

type DockerCredentials

type DockerCredentials map[string]authn.AuthConfig

type Factory

type Factory struct {
	CredentialFetcher     CredentialFetcher
	DockerhubId           string
	Registry              string
	RegistryUser          string
	GcrServiceAccountFile string
	GitUrl                string
	GitSshKeyFile         string
	GitUser               string
}

func (*Factory) MakeSecret

func (f *Factory) MakeSecret(name, namespace string) (*corev1.Secret, string, error)

Jump to

Keyboard shortcuts

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