# Functions
Read treats io.Reader as an incoming YAML or JSON stream and reads all unstructured.Unstructured objects of it.
ReadFile reads unstructured objects from a file with the given name.
ReadFiles reads unstructured objects from a folder with the given name (including sub folders) and file name matched with the pattern.
UnstructuredSliceToObjectSlice transforms the given list of unstructured.Unstructured to a list of client.Object, copying the unstructured.Unstructured and using the pointers of them for the resulting client.Object.
UnstructuredSliceToObjectSliceNoCopy transforms the given list of unstructured.Unstructured to a list of client.Object, performing no copy while doing so.