# Functions
AddToSDKScheme allows CRDs to register their types with the sdk scheme.
GetNameAndNamespace extracts the name and namespace from the given runtime.Object and returns a error if any of those is missing.
No description provided by the author
RuntimeObjectFromUnstructured converts an unstructured to a runtime object.
RuntimeObjectIntoRuntimeObject unmarshalls an runtime.Object into a given runtime object.
UnstructuredFromRuntimeObject converts a runtime object to an unstructured.
UnstructuredIntoRuntimeObject unmarshalls an unstructured into a given runtime object TODO: https://github.com/operator-framework/operator-sdk/issues/127.