Trying to list a secret with the following code ~~~go import corev1 "k8s.io/api/core/v1" client.List(ctx, nil, &corev1.SecretList{}) ~~~ Fails with the following error: ~~~ multiple group-version-kinds associated with type *v1.SecretList, refusing to guess at one ~~~
Trying to list a secret with the following code
Fails with the following error: