# Functions
ConditionFalse will create a condition with the status of false and add the condition to the supplied RunFunctionResponse.
ConditionTrue will create a condition with the status of true and add the condition to the supplied RunFunctionResponse.
ConditionUnknown will create a condition with the status of unknown and add the condition to the supplied RunFunctionResponse.
Fatal adds a fatal result to the supplied RunFunctionResponse.
Normal adds a normal result to the supplied RunFunctionResponse.
Normalf adds a normal result to the supplied RunFunctionResponse.
SetContextKey sets context to the supplied key.
SetDesiredComposedResources sets the desired composed resources in the supplied response.
SetDesiredCompositeResource sets the desired composite resource in the supplied response.
To bootstraps a response to the supplied request.
Warning adds a warning result to the supplied RunFunctionResponse.
# Constants
DefaultTTL is the default TTL for which a response can be cached.
# Structs
ConditionOption allows further customization of the condition.
ResultOption allows further customization of the result.