Documentation ¶
Index ¶
Constants ¶
View Source
const KnativeRegistryUrl = "build.knative.dev/docker-0"
Variables ¶
This section is empty.
Functions ¶
func NewNoAuthImageRef ¶ added in v0.0.1
func NewNoAuthImageRef(repoName string) *noAuthImageRef
Types ¶
type ImageFactory ¶ added in v0.0.1
type ImageFactory struct {
KeychainFactory KeychainFactory
}
func (*ImageFactory) NewRemote ¶ added in v0.0.1
func (f *ImageFactory) NewRemote(imageRef ImageRef) (RemoteImage, error)
type KeychainFactory ¶
type RegistryUser ¶ added in v0.0.1
func NewRegistryUser ¶ added in v0.0.1
func NewRegistryUser(url, username, password string) RegistryUser
type RemoteImage ¶ added in v0.0.1
type RemoteImageFactory ¶ added in v0.0.1
type RemoteImageFactory interface {
NewRemote(imageRef ImageRef) (RemoteImage, error)
}
type SecretKeychainFactory ¶ added in v0.0.1
type SecretKeychainFactory struct {
SecretManager *SecretManager
}
func (*SecretKeychainFactory) KeychainForImageRef ¶ added in v0.0.1
func (f *SecretKeychainFactory) KeychainForImageRef(ref ImageRef) authn.Keychain
type SecretManager ¶ added in v0.0.1
type SecretManager struct {
Client corev1.CoreV1Interface
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.