mirror of
https://github.com/Noratrieb/config-language.git
synced 2026-01-14 08:35:08 +01:00
12 lines
239 B
Text
12 lines
239 B
Text
#type X = jsonSchema("https://kubernetesjsonschema.dev/v1.14.0/deployment-apps-v1.json")
|
|
|
|
[
|
|
{
|
|
apiVersion = "apps/v1",
|
|
kind = "Deployment",
|
|
metadata = {
|
|
name = "my-nginx",
|
|
}
|
|
},
|
|
"x",
|
|
]
|