This commit is contained in:
nora 2024-07-06 22:35:11 +02:00
commit bce268cceb
13 changed files with 672 additions and 0 deletions

12
example.nc Normal file
View file

@ -0,0 +1,12 @@
#type X = jsonSchema("https://kubernetesjsonschema.dev/v1.14.0/deployment-apps-v1.json")
[
{
apiVersion = "apps/v1",
kind = "Deployment",
metadata = {
name = "my-nginx",
}
},
"x",
]