kubeplay icon indicating copy to clipboard operation
kubeplay copied to clipboard

Support for other resources

Open mh0pe opened this issue 8 years ago • 3 comments
trafficstars

Support for deploys, events, storageclasses, etc would be very useful as the rest of kubeplay is very powerful.

mh0pe avatar Aug 22 '17 04:08 mh0pe

@madisonhope thanks! I will gladly add these, because you've asked :)

errordeveloper avatar Aug 29 '17 11:08 errordeveloper

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.

errordeveloper avatar Sep 03 '17 09:09 errordeveloper

I've just added basic support for deployments.

errordeveloper avatar Sep 04 '17 11:09 errordeveloper