VirtusLab / infrastructure-as-types

Infrastructure as Types - modern infrastructure declaration and deployment toolkit
26 stars 3 forks source link

Generate DSL similar to k8s-kotlin-dsl based on OpenAPI defs? #16

Open PawelLipski opened 3 years ago

PawelLipski commented 3 years ago

Asked by @pawelprazak :

How difficult would it be to generate a DSL automatically based on OpenAPI (see iat-openapi sbt module)? https://github.com/fkorotkov/k8s-kotlin-dsl#complete-deployment-example

Gryfit commented 3 years ago

Description of the task by @pawelprazak: The idea is to provide easy to use DLS for Kubernetes API, similiar to what's here for Kotlin: https://github.com/fkorotkov/k8s-kotlin-dsl#complete-deployment-example.

Notes:

For more information ask @pawelprazak.