-
Feature Request
-
Resolution: Duplicate
-
Critical
-
None
-
None
-
None
There are cases where (e.g. templates) the client might parse a JSON into a resource but not an explicitly known kind (e.g. pod, service). Expect issues when these resources are sourced from a template and we need to be able to create them even though they are not surfaced in the UI. Until the api supports grouping, we should attempt to create resources by:
1. Trying the OS api endpoint
2. Trying the k8e api endpoint
3. Throw an error.
Attempts should be made using the api version specified by the resource or error if the server does not support that version