kubernetes-json-schema icon indicating copy to clipboard operation
kubernetes-json-schema copied to clipboard

A set of JSON schemas for various Kubernetes versions, extracted from the OpenAPI definitions

Results 8 kubernetes-json-schema issues
Sort by recently updated
recently updated
newest added

Hi there, what's the best way to help adding the schema for 1.19.0?

This repo is deprecated in favor of https://github.com/instrumenta/kubernetes-json-schema, right? It would be good if this is reflected in the README.md.

It will be awesome to have some instructions on how to setup kubernete json schema for vscode yaml extension, thanks!

Related to https://github.com/garethr/kubernetes-json-schema/issues/1 Would you be interested in publishing as an npm package? Both k8s-json-schema (brevity) and kubernetes-json-schema (more accurate?) appear to be available. https://www.npmjs.com/search?q=k8s-json-schema https://www.npmjs.com/search?q=kubernetes-json-schema I'm exploring developing a...

I was looking for a kubeconfig validator when I rediscovered the [kubeval](https://github.com/garethr/kubeval) tool. Kubeval tries to download schema from GitHub matching the apiVersion and kind from this repo, so running...

Cool project! :) Are you aware of anyone using this for autocompletions? There is [vison](https://github.com/Quramy/vison) which should work directly, but [won't handle yaml](https://github.com/Quramy/vison/issues/2). Writing manifests with schema + live cluster...

Hi! I'm trying to use the `v1.9.3-standalone-strict` schema but am not able to validate `apiextensions.k8s.io/v1beta1.CustomResourceDefinition` objects. Could you generate the `customresourcedefinition.json` files? Thanks in advance!

Referring to discussion on https://github.com/fabric8io/fabric8-maven-plugin/issues/1034 is it possible to create java package (preferable maven jar would be great) to bundle essential (local) JSON schema files?