Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReconcilerName = "Stacks" Kind = "Stack" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(opt reconciler.Options, clusterStackInformer v1alpha1Informers.ClusterStackInformer, clusterStackReader ClusterStackReader) *controller.Impl
Types ¶
type ClusterStackReader ¶
type ClusterStackReader interface {
Read(clusterStackSpec v1alpha1.ClusterStackSpec) (v1alpha1.ResolvedClusterStack, error)
}
type Reconciler ¶
type Reconciler struct { Client versioned.Interface ClusterStackLister v1alpha1Listers.ClusterStackLister ClusterStackReader ClusterStackReader }
Click to show internal directories.
Click to hide internal directories.