Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StackDefinitionReconciler ¶
StackDefinitionReconciler copies a StackDefinition over to a Stack. The idea is that later, we will reassess the data model and try to unify Stacks and StackDefinitions. At that time, the Stack controller logic will likely just be pointed over at StackDefinitions.
func NewStackDefinitionReconciler ¶
func NewStackDefinitionReconciler(c client.Client, l logging.Logger) *StackDefinitionReconciler
NewStackDefinitionReconciler creates a stack definition reconciler and initializes all of its fields. It mostly exists to make it easier to create a reconciler and check its initialization result at the same time.
Click to show internal directories.
Click to hide internal directories.