quentinalbertone

Results 6 comments of quentinalbertone

Hi @harshanarayana Thanks for your message, I already read the `example_test.go` example but got the same error But I think that I've missed something because the client (https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/client/example_test.go#L36) used in...

Yes I know how to do it in a operator with a `manager`. Maybe I'm wrong but a manager seems a little too much just to list kubernetes object in...

If the `go-doc` and the `example_test.go` are not useful or explicit enough maybe we can ask to delete them or add more lines to describe how to use them ?

I don't think your code sampIe works, if you check the error return by the list function in `ExampleFieldIndexer_secretName()` you will get an error like that : `field label not...

thanks @FillZpp, it's clearer for me now. Could you give me some documentation, advice so that I can move forward on this subject and do it properly ?

It's great thanks a lot @FillZpp ! What dou you think about the idea of changing this example https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/client?utm_source=gopls#example-Client-List ? It looks wrong and can be misunderstood. I can do...