mirror of
https://github.com/Noratrieb/config-language.git
synced 2026-01-14 16:45:06 +01:00
stuff
This commit is contained in:
commit
bce268cceb
13 changed files with 672 additions and 0 deletions
12
example.nc
Normal file
12
example.nc
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue