Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReconcilerName = "Buildpacks" Kind = "Buildpack" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController( ctx context.Context, opt reconciler.Options, keychainFactory registry.KeychainFactory, buildpackInformer buildinformers.BuildpackInformer, storeReader StoreReader) *controller.Impl
Types ¶
type Reconciler ¶
type Reconciler struct { Client versioned.Interface StoreReader StoreReader BuildpackLister buildlisters.BuildpackLister KeychainFactory registry.KeychainFactory }
type StoreReader ¶
type StoreReader interface {
Read(keychain authn.Keychain, storeImages []corev1alpha1.ImageSource) ([]corev1alpha1.BuildpackStatus, error)
}
Click to show internal directories.
Click to hide internal directories.