# Functions
AddToScheme adds given SchemeBuilder to the Scheme.
Exec reads FunctionIO from stdin and return the desired state via transform function.
LogMetadata prints various metadata to the root logger.
NewFatal returns a fatal Result from a message string.
NewFatalErr returns a fatal Result from a message string and an error.
NewNormal results are emitted as normal events and debug logs associated with the composite resource.
NewRuntime creates a new Runtime object.
NewWarning returns a warning Result from a message string.
No description provided by the author
No description provided by the author
# Constants
KeyFuncIO is the key to the context value where the functionIO pointer is stored.
# Variables
No description provided by the author
# Structs
AppInfo defines application information.
No description provided by the author
No description provided by the author
Runtime a struct which encapsulates crossplane FunctionIO.
Transform specifies a transformation function to be run against the given FunctionIO.