Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReconcilerName = "ClusterStores" Kind = "ClusterStore" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(opt reconciler.Options, clusterStoreInformer v1alpha1expInformers.ClusterStoreInformer, storeReader StoreReader) *controller.Impl
Types ¶
type Reconciler ¶
type Reconciler struct { Client versioned.Interface StoreReader StoreReader ClusterStoreLister v1alpha1expListers.ClusterStoreLister }
type StoreReader ¶
type StoreReader interface {
Read(storeImages []v1alpha1.StoreImage) ([]v1alpha1.StoreBuildpack, error)
}
Click to show internal directories.
Click to hide internal directories.