terraform-provider-k8s
terraform-provider-k8s copied to clipboard
Unescape the resource and namespace to allow names with : in them
This fixes #18 by un-escaping the portions of the self link URL which represent the namespace and resource name.
Would you mind adding a test for resourceFromSelflink? If not I can.
Sure, I can do that. Where should I put the tests?