Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReconcilerName = "Stacks" Kind = "Stack" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController( ctx context.Context, opt reconciler.Options, keychainFactory registry.KeychainFactory, clusterStackInformer buildinformers.ClusterStackInformer, clusterStackReader ClusterStackReader) *controller.Impl
Types ¶
type ClusterStackReader ¶
type ClusterStackReader interface {
Read(keychain authn.Keychain, clusterStackSpec buildapi.ClusterStackSpec) (buildapi.ResolvedClusterStack, error)
}
type Reconciler ¶
type Reconciler struct {
Client versioned.Interface
ClusterStackLister buildlisters.ClusterStackLister
ClusterStackReader ClusterStackReader
KeychainFactory registry.KeychainFactory
}
Click to show internal directories.
Click to hide internal directories.