Support for other resources
mh0pe opened this issue · comments
Support for deploys, events, storageclasses, etc would be very useful as the rest of kubeplay is very powerful.
@MadisonHope thanks! I will gladly add these, because you've asked :)
I'm planning to add deploys, as that's pretty easy.
I'd assume storageclasses are doable, but it'd make sense to cover all-things-storage, and I'll need to look into it.
Events should be easy, especially cause they don't entail an new class of resources. It's also interesting to explore what could be done there – I can think of sort and search functionality, but do you have any other suggestions?
However, for the start, I suppose that simply exposing events with to_ruby
and to_json
would be good.
I've just added basic support for deployments.