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
It is currently throwing the following error: error: jsonschema https://kubernetesjsonschema.dev/master/replicationcontroller-v1.json compilation failed: no Loader found for https://kubernetesjsonschema.dev/master/_definitions.json
Is this something you would consider adding support for? I am interested in this to keep full backward compatibility for Kubeconform (WIP PR yannh/kubeconform#168) - even though by default it uses files without those HTTP references and I am not sure if people actually do use the files with references.
Many thanks!
The text was updated successfully, but these errors were encountered:
Hello! I maintain a repository of JSON Schemas for Kubernetes, forked from an older project - which for better (or worse) contains HTTP references, like here: /~https://github.com/yannh/kubernetes-json-schema/blob/ded4ffd7cdc4f5564af13a684620cd7e962bd560/v1.26.0/deployment.json#L22
Am I looking at the right place, to assume that this is not supported by this library yet?
jsonschema/loader.go
Line 32 in 56baa8b
It is currently throwing the following error:
error: jsonschema https://kubernetesjsonschema.dev/master/replicationcontroller-v1.json compilation failed: no Loader found for https://kubernetesjsonschema.dev/master/_definitions.json
Is this something you would consider adding support for? I am interested in this to keep full backward compatibility for Kubeconform (WIP PR yannh/kubeconform#168) - even though by default it uses files without those HTTP references and I am not sure if people actually do use the files with references.
Many thanks!
The text was updated successfully, but these errors were encountered: