fkorotkov / k8s-kotlin-dsl

Kotlin DSL for Kubernetes configs
MIT License
342 stars 19 forks source link

Idea: Use ScopeControl with DslMarker #30

Open kolloch opened 3 years ago

kolloch commented 3 years ago

Thank you for this nice library!

I made the occasional error where the nesting of my code did not reflect the nesting of the document structure.

Maybe that could be improved via @DslMarker?

Unfortunately, that would be a potentially breaking change.