You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ openapi2proto -spec kubernetes-swagger.jsonerror: failed to transpile: failed to load OpenAPI spec: failed to resolve external references: failed to resolve object: failed to resolve map element for definitions: failed to resolve map element for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps: failed to resolve map element for properties: '$ref' key contains non-string element (map[string]interface {})
I don't know what this error means. It is certainly possible that this has been reported before -- it is possible that this is a duplicate of #82.
The text was updated successfully, but these errors were encountered:
Fixesnytimes#128 and nytimes#82.
Changes:
- Ignore $ref declarations that are not strings (dubious)
- Allow builtins as RPC return types
- Update Kubernetes proto fixture (dubious)
Fixesnytimes#128 and nytimes#82.
Changes:
- Ignore $ref declarations that are not strings (dubious)
- Allow builtins as RPC return types
- Update Kubernetes proto fixture (dubious)
Generating protos for https://github.com/kubernetes/kubernetes/blob/965137a992ed755474f17fa6377ee3555745addd/api/openapi-spec/swagger.json failed:
I don't know what this error means. It is certainly possible that this has been reported before -- it is possible that this is a duplicate of #82.
The text was updated successfully, but these errors were encountered: