kdash icon indicating copy to clipboard operation
kdash copied to clipboard

Add support for Service accounts

Open deepu105 opened this issue 3 years ago • 2 comments

Add support for Service accounts

deepu105 avatar Jun 16 '21 06:06 deepu105

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.

kunalsumblyavenue avatar Jul 01 '22 09:07 kunalsumblyavenue

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

deepu105 avatar Oct 08 '22 09:10 deepu105

done

deepu105 avatar Jul 02 '23 15:07 deepu105