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 {
// contains filtered or unexported fields
}
func NewLifecycleProvider ¶
func NewLifecycleProvider(client RegistryClient, keychainFactory registry.KeychainFactory) *LifecycleProvider
func (*LifecycleProvider) AddEventHandler ¶
func (l *LifecycleProvider) AddEventHandler(handler func())
func (*LifecycleProvider) LayerForOS ¶
func (l *LifecycleProvider) LayerForOS(os string) (v1.Layer, cnb.LifecycleMetadata, error)
func (*LifecycleProvider) UpdateImage ¶
func (l *LifecycleProvider) UpdateImage(cm *corev1.ConfigMap)
Click to show internal directories.
Click to hide internal directories.