Dear #kubernetes folks, can anyone tell me if there's a reliable way of mapping from a resource definition in the K8s OpenAPI spec (e.g. https://github.com/kubernetes/kubernetes/blob/e287784a8d33e24ce93fafcd86a95e055e44541f/api/openapi-spec/v3/apis__batch__v1_openapi.json#L4-L14) to the `apiVersion` and `kind` values required for that resource?
Comments