Documentation
¶
Index ¶
Constants ¶
View Source
const ( LifecycleConfigName = "lifecycle-image" LifecycleConfigKey = "image" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LifecycleProvider ¶
type LifecycleProvider struct { RegistryClient RegistryClient Keychain authn.Keychain // contains filtered or unexported fields }
func NewLifecycleProvider ¶
func NewLifecycleProvider(lifecycleImageRef string, client RegistryClient, keychain authn.Keychain) *LifecycleProvider
func (*LifecycleProvider) AddEventHandler ¶
func (l *LifecycleProvider) AddEventHandler(handler func())
func (*LifecycleProvider) GetImage ¶ added in v0.2.0
func (l *LifecycleProvider) GetImage() (v1.Image, error)
func (*LifecycleProvider) UpdateImage ¶
func (l *LifecycleProvider) UpdateImage(cm *corev1.ConfigMap)
Click to show internal directories.
Click to hide internal directories.