koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

functional tests for koki->kube, bugfixes, more informative test errors #132

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

@wlan0

using .rekube.yaml for situations where exact round-tripping between koki/kube is not necessary.

added temporarilyIgnoredResourceIDs to functional_test for 4 pod files that still have bugs to fix.

on failure, functional tests now print a diff of parsed objects (or entire file contents if empty diff).

a few small bugfixes along the way.

wlan0 commented 6 years ago

LGTM. Please rebase

ublubu commented 6 years ago

@wlan0, done