mayadata-io / d-operators

Declarative patterns to write kubernetes controllers
Apache License 2.0
10 stars 7 forks source link

chore(validation): add schema validation for field paths #132

Closed AmitKumarDas closed 4 years ago

AmitKumarDas commented 4 years ago

This commit introduces validation logic to validate any yaml structures' field paths. For example 'metadata.labels' is valid while 'labels' is not valid.

Future commits will make use of this feature in respective custom resources during their reconciliations.

Signed-off-by: AmitKumarDas amit.das@mayadata.io

AmitKumarDas commented 4 years ago

:tada: This PR is included in version 1.9.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: