kdash
kdash copied to clipboard
Add support for Service accounts
Add support for Service accounts
I am interested to contribute, how do I go about it ? Is the intention to get all the service accounts under a specific namespace? Also I am new to rust, it would also help if you could point to some good source for learning rust.
I would recommend starting with the official Rust book. Its a great source to get started and understand basics of the language. For this feature, the idea is to show the output similar to kubectl get serviceaccounts -A
done