# Functions
ParseResourceID processes the resource ID string and extracts the values for GVK, name and (optionally) namespace of the target resource
The expected format for the resource ID is: "apiVersion=<value>,kind=<value>,name=<value>[,namespace=<value>"]
where 'namespace' is only required for resources that expect a namespace.