I have a bunch of manifests that need to be split by group and kind. I have two CRDs which both register an Application object (say, foo.example.com/v1/Application and bar.example.org/v1beta1/Application).
What did you expect to see?
Be able to extract only those Applications from foo.example.com and not those from bar.example.org.
What did you see instead?
All Applications are pulled, with no way to specify the group.
Alternatively, it might be worth also be able to target versions.
What did you do?
I have a bunch of manifests that need to be split by group and kind. I have two CRDs which both register an
Application
object (say,foo.example.com/v1/Application
andbar.example.org/v1beta1/Application
).What did you expect to see?
Be able to extract only those
Applications
fromfoo.example.com
and not those frombar.example.org
.What did you see instead?
All
Applications
are pulled, with no way to specify the group.Alternatively, it might be worth also be able to target versions.