Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialHelper ¶
type CredentialHelper interface {
GetRegistryCredentials() (*image.RegistryCredentials, error)
}
type ECRHelper ¶
type ECRHelper struct {
// contains filtered or unexported fields
}
func NewECRHelper ¶
func (*ECRHelper) GetECRCredentials ¶
func (e *ECRHelper) GetECRCredentials() (*image.RegistryCredentials, error)
type GCRHelper ¶
type GCRHelper struct {
// contains filtered or unexported fields
}
func NewGCRHelper ¶
func (*GCRHelper) GetRegistryCredentials ¶
func (g *GCRHelper) GetRegistryCredentials() (*image.RegistryCredentials, error)
Click to show internal directories.
Click to hide internal directories.