Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dockerfile ¶
Types ¶
type Credentials ¶
type Credentials interface { Name() string DestinationContext() (*types.SystemContext, error) Pulltoken() ([]byte, error) }
DockerCredentials manages secrets for various docker registries
func ECRCredentials ¶
func ECRCredentials(token string) (Credentials, error)
func GetPushCredentials ¶
func GetPushCredentials(secrets []corev1.Secret) Credentials
Click to show internal directories.
Click to hide internal directories.