solo-io / go-utils

golang utilities
Apache License 2.0
110 stars 18 forks source link

surface resource function #422

Closed mlholland closed 3 years ago

mlholland commented 3 years ago

Adds a function that surfaces the kuberesource.UnstructuredResources that back a testManifest struct. At the moment you can only indirectly inspect these through the functions available in the TestManifest interface, and I've noticed some tests in the past, as well as a test I'm currently writing, would be much simpler if I could just inspect the resources directly. BOT NOTES: resolves https://github.com/solo-io/gloo/issues/3498

solo-changelog-bot[bot] commented 3 years ago

Issues linked to changelog: https://github.com/solo-io/gloo/issues/3498

mlholland commented 3 years ago

dropping - modified the gloo code to no longer need this function.