package
2.36.0+incompatible
Repository: https://github.com/hashicorp/terraform-provider-kubernetes.git
Documentation: pkg.go.dev

# 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.