# Functions
CanCheckReadiness indicates whether a readiness check exists for a GK.
CheckReadiness runs the readiness check on a given object.
NewTemplateInstanceController returns a new TemplateInstanceController.
NewTemplateInstanceFinalizerController returns a new TemplateInstanceFinalizerController.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
TemplateInstanceController watches for new TemplateInstance objects and instantiates the template contained within, using parameters read from a linked Secret object.
TemplateInstanceFinalizerController watches for deletion of TemplateInstance objects and handles the cleanup of the associated resources before removing the finalizer.