Replies: 1 comment 5 replies
-
Hi Afzal! I use ConfigMaps there as a simple Kubernetes Object example. I could have chosen any other type of Kubernetes Objects (Deployments, Pods, etc.). I.e., no ConfigMaps is needed to make informers work. But w/o created/deleting objects the informer example would be incomplete. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tinkered with the code I wondered why you have created configmap. Can we call it without configmap? Thanks.
e.g.
client-go-examples/informer-typed-simple/main.go
Line 118 in fe6ecf3
cc: @iximiuz
Beta Was this translation helpful? Give feedback.
All reactions