# Functions
Add creates a new Stack Controller and adds it to the Manager.
No description provided by the author
# Constants
envInsecureNoNamespaceIsolation is the name of the environment entry which, when set to a truthy value (1|true), shall allow multiple namespaces to be watched, and cross-namespace references to be accepted.
Environment variable to toggle namespace behavior.
# Structs
ProjectFile adds required Pulumi 'project' fields to the Program spec, making it valid to be given to Pulumi.
- when you want the object to be considered for reconciliation, annotate it with the key `shared.ReconcileRequestAnnotation` and any likely-to-be-unique value.
ReconcileStack reconciles a Stack object.
StallError represents a problem that makes a Stack spec unprocessable, while otherwise being valid.