# Functions
ExpectDesiredCompositeJSON is the same as [ExpectDesiredCompositeObject] but reads the object from a JSON document.
ExpectDesiredCompositeObject expects the given [runtime.Object] as desired composite as result of the function.
ExpectDesiredCompositeYAML is the same as [ExpectDesiredCompositeObject] but reads the object from a single YAML document.
ExpectDesiredResourceJSON is the same as [ExpectDesiredResourceObject] but reads the object from a JSON document.
ExpectDesiredResourceObject adds an object to the expected outcome of a function.
ExpectedDesiredResourcesYAML reads all objects from a multi-document YAML and expected them as desired resources from the function.
ExpectDesiredResourceYAML is the same as [ExpectDesiredResourceObject] but reads the object from a single YAML document.
ExpectError expects an error from a TestFunctionOpt.
ExpectResults expects a list of [fnapi.Result] from a function.
No description provided by the author
WithConnectionDetails sets the connection details of an [fnapi.Resource].
WithContextValue sets the expected context field to value.
WithContextValueYAML reads a value from a JSON document and sets it as value of the given context field.
WithContextValueYAML reads a value from a single YAML document and sets it as value of the given context field.
WithEnvironmentFromConfigsYAML is a custom test opt that creates an environment from a series of EnvironmentConfigs that are read from a multi-document YAML file and adds it as environment to the request context of a function.
WithInput sets the input that is passed to the function run.
WithInputJSON is the same as [WithInput] but accepts raw JSON.
WithInputYAML is the same as [WithInput] but accepts raw YAML.
WithObservedCompositeJSON reads an object from a JSON document and passes it as observed composite to the function.
WithObservedCompositeObject sets the observed composite to the given object.
WithObservedCompositeYAML reads an object from a single YAML document and passes it as observed composite to the function.
WithObservedResourceJSON reads an object from a single JSON document and adds it to the observed state passed to the function.
WithObservedResourceObject adds o to the observed state passed to the function.
WithObservedResourcesYAML reads all objects from a multi-document YAML and passes them with the observed state to the function.
WithObservedResourceYAML reads an object from a single YAML document and adds it to the observed state passed to the function.
WithReady sets the ready state of an [fnapi.Resource].
# Constants
AnnotationKeyResourceName is the key of the annotation that defines the resource name.
# Structs
No description provided by the author
# Type aliases
ResourceModifier modifies a [fnapi.Resource].
No description provided by the author