Replies: 1 comment 6 replies
-
sounds |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to implement extension methods for registering the kubernetes client through DI
Interface I plan to extend: IServiceCollection
Registration (example in net6.0 style):
Usage (example in net6.0 ApiController style):
Usage (example in net6.0 Minimal api style):
usage (example in net6.0 Service Worker style):
Important points to discuss:
Does this sound like a good idea?
Beta Was this translation helpful? Give feedback.
All reactions